Skip to content

Commit

Permalink
update cairo-lang crates to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pefontana committed Nov 14, 2023
1 parent bd847f0 commit f38755d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ thiserror-no-std = { version = "2.0.2", default-features = false }
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-starknet = { version = "2.3.1", default-features = false }
cairo-lang-casm = { version = "2.3.1", 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 }
cairo-lang-compiler = { version = "2.3.1", default-features = false }
cairo-lang-sierra-to-casm = { version = "2.3.1", default-features = false }
cairo-lang-sierra = { version = "2.3.1", default-features = false }
cairo-lang-runner = { version = "2.3.1", default-features = false }
cairo-lang-utils = { version = "2.3.1", default-features = false }

# TODO: check these dependencies for wasm compatibility
ark-ff = { version = "0.4.2", default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions cairo1-run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ keywords.workspace = true
[dependencies]
cairo-vm = {workspace = true, features = ["std", "cairo-1-hints"]}

cairo-lang-sierra-type-size = { version = "2.2.0", default-features = false }
cairo-lang-sierra-ap-change = { version = "2.2.0", default-features = false }
cairo-lang-sierra-gas = { version = "2.2.0", default-features = false }
cairo-lang-sierra-type-size = { version = "2.3.1", default-features = false }
cairo-lang-sierra-ap-change = { version = "2.3.1", default-features = false }
cairo-lang-sierra-gas = { version = "2.3.1", default-features = false }
cairo-lang-sierra-to-casm.workspace = true
cairo-lang-compiler.workspace = true
cairo-lang-sierra.workspace = true
Expand Down

0 comments on commit f38755d

Please sign in to comment.