Skip to content

Commit

Permalink
Remove unused feature from cairo-vm (#666)
Browse files Browse the repository at this point in the history
* Remove unused feature from cairo-vm

* Add comment in Cargo.toml
  • Loading branch information
entropidelic authored Nov 6, 2023
1 parent ee1200b commit 0ca4854
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions provers/cairo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ stark-platinum-prover = { workspace = true, features = ["wasm"] }
thiserror = "1.0.38"
log = "0.4.17"
bincode = { version = "2.0.0-rc.2", tag = "v2.0.0-rc.2", git = "https://github.com/bincode-org/bincode.git", features= ['serde'] }
cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "e763cef", default-features = false, features = [
"cairo-1-hints",
]}
# NOTE: For cairo 1 compatibility, add the `cairo-1-hints` feature.
cairo-vm = { git = "https://github.com/lambdaclass/cairo-vm", rev = "e763cef", default-features = false }
sha3 = "0.10.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 0ca4854

Please sign in to comment.