Skip to content

Commit

Permalink
update cairo-lang-casm version
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-calvin committed Nov 9, 2023
1 parent 22f08f5 commit 5a194a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
9 changes: 4 additions & 5 deletions Cargo.lock

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

13 changes: 4 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ members = [
"vm",
"hint_accountant",
"examples/wasm-demo",
"cairo1-run"
]
default-members = [
"cairo-vm-cli",
"felt",
"vm",
"cairo1-run",
]
default-members = ["cairo-vm-cli", "felt", "vm", "cairo1-run"]
exclude = ["ensure-no_std"]

# Explicitly set the resolver to the default for edition >= 2021
Expand Down Expand Up @@ -69,10 +64,10 @@ bitvec = { version = "1", default-features = false, features = ["alloc"] }

# Dependencies for cairo-1-hints feature
cairo-lang-starknet = { version = "2.2.0", default-features = false }
cairo-lang-casm = { version = "2.2.0", default-features = false }
cairo-lang-casm = { version = "2.3.0", default-features = false }

cairo-lang-compiler = { version = "2.2.0", default-features = false }
cairo-lang-sierra-to-casm = { version = "2.2.0", default-features = false }
cairo-lang-compiler = { version = "2.2.0", default-features = false }
cairo-lang-sierra-to-casm = { version = "2.2.0", default-features = false }
cairo-lang-sierra = { version = "2.2.0", default-features = false }
cairo-lang-runner = { version = "2.2.0", default-features = false }
cairo-lang-utils = { version = "2.2.0", default-features = false }
Expand Down

0 comments on commit 5a194a6

Please sign in to comment.