Skip to content

Commit

Permalink
Update rust toolchain to 1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptisserand committed Aug 16, 2024
1 parent dd987ed commit fd13d37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions crates/ark-metadata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ num-bigint = "0.4.4"
[dev-dependencies]
ark-starknet = { path = "../ark-starknet", features = ["mock"] }
mockall = "0.12.1"

[features]
mock = []
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.77.1"
channel = "1.80.1"

0 comments on commit fd13d37

Please sign in to comment.