Skip to content

Commit

Permalink
Merge: Release 0.6.0-rc3 (#160)
Browse files Browse the repository at this point in the history

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/starkware-libs/starknet-api/160)
<!-- Reviewable:end -->
  • Loading branch information
giladchase authored Dec 11, 2023
2 parents 2ea2004 + a1cf164 commit 09b2a41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-rc2"
version = "0.6.0-rc3"
edition = "2021"
repository = "https://github.com/starkware-libs/starknet-api"
license = "Apache-2.0"
Expand All @@ -11,10 +11,10 @@ description = "Starknet Rust types related to computation and execution."
testing = []

[dependencies]
cairo-lang-starknet = "2.4.0-rc2"
cairo-lang-starknet = "2.4.0-rc5"
derive_more = "0.99.17"
hex = "0.4.3"
indexmap = { version = "1.9.2", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["serde"] }
once_cell = "1.17.1"
# fixating the version of parity-scale-codec and parity-scale-codec-derive due to an error in udeps.
# TODO: Remove this once udeps is fixed.
Expand Down

0 comments on commit 09b2a41

Please sign in to comment.