Skip to content

Commit

Permalink
feat: update sierra-compile-json to 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalatrax committed Aug 7, 2024
1 parent 1e205db commit efa25e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/bin/sierra-compile-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ clap.workspace = true
serde = { workspace = true, default-features = true }
serde_json.workspace = true

cairo-lang-sierra = { path = "../../cairo-lang-sierra", version = "~2.6.4" }
cairo-lang-sierra-to-casm = { path = "../../cairo-lang-sierra-to-casm", version = "~2.6.4" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.6.4", features = ["serde"] }
cairo-lang-sierra = { path = "../../cairo-lang-sierra", version = "~2.7.0" }
cairo-lang-sierra-to-casm = { path = "../../cairo-lang-sierra-to-casm", version = "~2.7.0" }
cairo-lang-utils = { path = "../../cairo-lang-utils", version = "~2.7.0", features = ["serde"] }

0 comments on commit efa25e4

Please sign in to comment.