Skip to content

Commit

Permalink
Fix version of cairo-lang dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
omerfirmak committed Jan 23, 2024
1 parent 5b76ca0 commit 7d917a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions starknet/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ edition = "2021"
serde = "1.0.171"
serde_json = { version = "1.0.96", features = ["raw_value"] }
cairo-lang-starknet = "=2.4.0"
cairo-lang-casm = "=2.4.0"
cairo-lang-utils = "=2.4.0"
cairo-lang-compiler = "=2.4.0"

[lib]
crate-type = ["staticlib"]
5 changes: 5 additions & 0 deletions vm/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ indexmap = "2.1.0"
cached = "0.46.1"
once_cell = "1.18.0"

cairo-lang-casm = "=2.4.0"
cairo-lang-runner = "=2.4.0"
cairo-lang-starknet = "=2.4.0"
cairo-lang-utils = "=2.4.0"

[lib]
crate-type = ["staticlib"]

0 comments on commit 7d917a0

Please sign in to comment.