Skip to content

Commit

Permalink
Upgrade (and pin) fmt library to version 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Jul 3, 2023
1 parent 7e2c265 commit e9b16a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"name": "fmt",
"version>=": "9.0.0"
"version>=": "10.0.0"
},
{
"name": "catch2",
Expand All @@ -41,6 +41,10 @@
}
],
"overrides": [
{
"name": "fmt",
"version": "10.0.0"
},
{
"name": "catch2",
"version": "2.13.8"
Expand Down

0 comments on commit e9b16a5

Please sign in to comment.