Skip to content

Commit

Permalink
Fix the cairo-vm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Nov 30, 2023
1 parent 9e3e580 commit 769cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde = "1.0.171"
serde_json = { version = "1.0.96", features = ["raw_value"] }
blockifier = {git = "https://github.com/starkware-libs/blockifier", rev = "v0.3.0-rc1"}
starknet_api = { git = "https://github.com/starkware-libs/starknet-api", rev = "8f620bc" }
cairo-vm = "0.8.2"
cairo-vm = "=0.8.2"
cairo-lang-casm = "2.1.0"
cairo-lang-starknet = "2.1.0"
indexmap = "1.9.2"
Expand Down

0 comments on commit 769cb98

Please sign in to comment.