diff --git a/Cargo.toml b/Cargo.toml index b4d4733d..bfd66a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starknet_api" -version = "0.6.0-rc0" +version = "0.6.0-rc1" edition = "2021" repository = "https://github.com/starkware-libs/starknet-api" license = "Apache-2.0" @@ -13,9 +13,6 @@ testing = [] [dependencies] cairo-lang-starknet = "2.1.0-rc0" derive_more = "0.99.17" -# TODO(Gilad): Remove `genco` dep once the issue with its 0.17.7 release -# is fixed, or no longer a dependency of cairo-lang-starknet. -genco = "=0.17.6" hex = "0.4.3" indexmap = { version = "1.9.2", features = ["serde"] } once_cell = "1.17.1"