Skip to content

Commit

Permalink
fix: comment in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Aug 21, 2024
1 parent 79a2872 commit 20db622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ byteorder = "1.4.3"
bytes = "1"
cached = "0.44.0"
cairo-felt = "0.9.1"
# This is a temporary dependency, will be removed once the new version of cairo-native is released to main.
cairo-lang-casm = "2.7.0"
cairo-lang-runner = "2.7.0"
cairo-lang-sierra = "=2.7.0"
cairo-lang-sierra-to-casm = "2.7.0"
cairo-lang-starknet-classes = "2.7.0"
cairo-lang-utils = "2.7.0"
# This is a temporary dependency, will be removed once the new version of cairo-native is released to main.
cairo-native = { git = "https://github.com/lambdaclass/cairo_native", branch = "cairo-lang2.7.0-rc.3" }
cairo-vm = "=1.0.0-rc6"
camelpaste = "0.1.0"
Expand Down

0 comments on commit 20db622

Please sign in to comment.