diff --git a/provers/cairo/Cargo.toml b/provers/cairo/Cargo.toml index a95c08547..744919071 100644 --- a/provers/cairo/Cargo.toml +++ b/provers/cairo/Cargo.toml @@ -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"