Skip to content

Commit

Permalink
Release 0.6.0-rc1: includes revert of Block changes + fix genco (#…
Browse files Browse the repository at this point in the history
…149)

Release 0.6.0-rc1: revert `Block` changes + fix `genco`

`genco` fixed the buggy 0.17.7 3 hours ago in version 0.17.8.

Co-authored-by: Gilad Chase <[email protected]>
  • Loading branch information
giladchase and Gilad Chase authored Nov 7, 2023
1 parent 74fc09a commit 9139ec4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 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-rc0"
version = "0.6.0-rc1"
edition = "2021"
repository = "https://github.com/starkware-libs/starknet-api"
license = "Apache-2.0"
Expand All @@ -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"
Expand Down

0 comments on commit 9139ec4

Please sign in to comment.