Skip to content

Commit

Permalink
Update dependency fmt to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent ccdb915 commit 4c3959f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ http_archive(
http_archive(
name = "fmt",
build_file = "fmt.BUILD",
sha256 = "3c2e73019178ad72b0614a3124f25de454b9ca3a1afe81d5447b8d3cbdb6d322",
sha256 = "7aa4b58e361de10b8e5d7b6c18aebd98be1886ab3efe43e368527a75cd504ae4",
#sha256 = "7aa4b58e361de10b8e5d7b6c18aebd98be1886ab3efe43e368527a75cd504ae4",
#strip_prefix = "fmt-11.0.2",
strip_prefix = "fmt-10.1.1",
strip_prefix = "fmt-11.0.2",
urls = [
"https://github.com/fmtlib/fmt/archive/refs/tags/10.1.1.zip",
"https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.zip",
],
)

Expand Down

0 comments on commit 4c3959f

Please sign in to comment.