Skip to content

Commit

Permalink
fix: add cairo-lang-sierra-to-casm to starknet-sierra-upgrade-validat…
Browse files Browse the repository at this point in the history
…e for refactored VersionId
  • Loading branch information
zmalatrax committed Oct 24, 2024
1 parent 2e44f0d commit 115f496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions crates/bin/starknet-sierra-upgrade-validate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ reqwest = { version = "0.12", features = ["json"] }
serde = { workspace = true, default-features = true }
serde_json.workspace = true
tokio.workspace = true
cairo-lang-sierra-to-casm = { path = "../../cairo-lang-sierra-to-casm", version = "~2.8.4" }
cairo-lang-starknet-classes = { path = "../../cairo-lang-starknet-classes", version = "~2.8.4" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.8.4", features = [
"serde",
] }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.8.4", features = ["serde"] }

# This is not a direct dependency of this package, but it is included here to make sure that the
# `vendored` feature is enabled (needed for the compilation to succeed on remote machines).
Expand Down

0 comments on commit 115f496

Please sign in to comment.