diff --git a/Cargo.toml b/Cargo.toml index bfd66a81..ab430925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starknet_api" -version = "0.6.0-rc1" +version = "0.6.0-rc2" edition = "2021" repository = "https://github.com/starkware-libs/starknet-api" license = "Apache-2.0" @@ -11,7 +11,7 @@ description = "Starknet Rust types related to computation and execution." testing = [] [dependencies] -cairo-lang-starknet = "2.1.0-rc0" +cairo-lang-starknet = "2.4.0-rc2" derive_more = "0.99.17" hex = "0.4.3" indexmap = { version = "1.9.2", features = ["serde"] }