Skip to content

Commit

Permalink
Fix cairo vm dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsc2 committed Aug 23, 2023
1 parent 2f76cbd commit 5b88970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo1-run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cairo-vm = "0.8.2"
cairo-vm.worspace = true
cairo-lang-sierra-to-casm = { git = "https://github.com/starkware-libs/cairo" }
cairo-lang-compiler = { git = "https://github.com/starkware-libs/cairo" }
cairo-lang-sierra = { git = "https://github.com/starkware-libs/cairo" }
Expand Down

0 comments on commit 5b88970

Please sign in to comment.