diff --git a/Cargo.toml b/Cargo.toml index c94d206f..07f830c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "Starknet Rust types related to computation and execution." testing = [] [dependencies] -cairo-lang-starknet = "2.4.0" +cairo-lang-starknet = "2.5.0-dev.0" derive_more = "0.99.17" hex = "0.4.3" indexmap = { version = "2.1.0", features = ["serde"] }