diff --git a/vm/rust/Cargo.toml b/vm/rust/Cargo.toml index 4a8588f68d..3f5364e610 100644 --- a/vm/rust/Cargo.toml +++ b/vm/rust/Cargo.toml @@ -10,7 +10,7 @@ serde = "1.0.171" serde_json = { version = "1.0.96", features = ["raw_value"] } blockifier = "=0.8.0-rc.1" starknet_api = "=0.13.0-rc.0" -cairo-vm = "=1.0.0-rc5" +cairo-vm = "=1.0.0" starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint"] } indexmap = "2.1.0" cached = "0.53.1"