Skip to content

Commit

Permalink
Workaround genco bug (#145)
Browse files Browse the repository at this point in the history
Looks like `genco = 0.17.7` from last month breaks compilation.
This is a dependency of `cairo-lang-starknet`, which is why we need the
cargo-udeps flag (it isn't used inside starknet-api at all).

Co-authored-by: Gilad Chase <[email protected]>
  • Loading branch information
giladchase and Gilad Chase authored Nov 6, 2023
1 parent f1ff531 commit 589e69d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ 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 589e69d

Please sign in to comment.