Skip to content

Commit

Permalink
workspace: Upgrade fmt to latest release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Nov 1, 2020
1 parent 135e429 commit 9589ce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/text_logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ not be compiled if debugging is turned off (-DNDEBUG is set):
DRAKE_LOGGER_DEBUG("message: {}", something_conditionally_compiled);
</pre>
The format string syntax is fmtlib; see https://fmt.dev/7.0.3/syntax.html.
The format string syntax is fmtlib; see https://fmt.dev/7.1.0/syntax.html.
In particular, any class that overloads `operator<<` for `ostream` can be
printed without any special handling.
*/
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/fmt/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def fmt_repository(
repository = "fmtlib/fmt",
# When changing the fmt version, also update the URL in the file
# overview docstring of drake/common/text_logging.h.
commit = "7.0.3",
sha256 = "b4b51bc16288e2281cddc59c28f0b4f84fed58d016fb038273a09f05f8473297", # noqa
commit = "7.1.0",
sha256 = "a53bce7e3b7ee8c7374723262a43356afff176b1684b86061748409e6f8b56c5", # noqa
build_file = "@drake//tools/workspace/fmt:package.BUILD.bazel",
mirrors = mirrors,
)

0 comments on commit 9589ce4

Please sign in to comment.