Skip to content

Commit

Permalink
fix: update rust dependency to 1.75.0 (#580)
Browse files Browse the repository at this point in the history
This PR updates rust dependency in pixi.toml to `1.75.0`.

Fixes #579
  • Loading branch information
manulpatel authored Mar 25, 2024
1 parent 04ec758 commit d7dec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ cxx-compiler = "~=1.6.0"
openssl = "~=3.1.2"
make = "~=4.3"
pkg-config = "~=0.29.2"
rust = "~=1.71.1"
rust = "~=1.75.0"
cmake = "~=3.26.4"

0 comments on commit d7dec3b

Please sign in to comment.