Skip to content

Commit

Permalink
Release 0.6.0-rc2: Bump cairo-* to 2.4.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilad Chase committed Nov 12, 2023
1 parent 9139ec4 commit ab5b9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"] }
Expand Down

0 comments on commit ab5b9d1

Please sign in to comment.