Skip to content

Commit

Permalink
use cairo-vm fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Desenfans committed Nov 28, 2023
1 parent e0d1ecd commit c04ba7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"
members = ["integration-tests", "madara-prover-common", "madara-prover-rpc-client", "madara-prover-rpc-server", "stone-prover", "test-cases", "test-fixtures"]

[workspace.dependencies]
cairo-vm = { version = "0.9.0", features = ["lambdaworks-felt"] }
cairo-vm = { git = "https://github.com/Moonsong-Labs/cairo-vm", branch = "dev-bootloader-hints", features = ["lambdaworks-felt"] }
prost = "0.12.1"
serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
Expand Down
2 changes: 1 addition & 1 deletion madara-prover-rpc-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "madara_prover_rpc_server"
path = "src/lib.rs"

[dependencies]
cairo-vm = { version = "0.9.0", features = ["lambdaworks-felt"] }
cairo-vm = { workspace = true, features = ["lambdaworks-felt"] }
madara-prover-common = { path = "../madara-prover-common" }
prost = { workspace = true }
stone-prover = { path = "../stone-prover" }
Expand Down

0 comments on commit c04ba7e

Please sign in to comment.