Skip to content

Commit

Permalink
chore: sync with the lastest changes in the Blockifier repo
Browse files Browse the repository at this point in the history
  • Loading branch information
TzahiTaub committed Jul 22, 2024
1 parent 2ee497d commit 5282a0e
Show file tree
Hide file tree
Showing 26 changed files with 1,302 additions and 727 deletions.
111 changes: 56 additions & 55 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ byteorder = "1.4.3"
bytes = "1"
cached = "0.44.0"
cairo-felt = "0.9.1"
cairo-lang-casm = "=2.7.0-rc.2"
cairo-lang-runner = "=2.7.0-rc.2"
cairo-lang-sierra = "=2.7.0-rc.2"
cairo-lang-starknet-classes = "=2.7.0-rc.2"
cairo-lang-utils = "=2.7.0-rc.2"
cairo-lang-casm = "2.7.0-rc.3"
cairo-lang-runner = "2.7.0-rc.3"
cairo-lang-sierra = "=2.7.0-rc.3"
cairo-lang-starknet-classes = "2.7.0-rc.3"
cairo-lang-utils = "2.7.0-rc.3"
cairo-vm = "=1.0.0-rc5"
camelpaste = "0.1.0"
chrono = "0.4.26"
Expand Down Expand Up @@ -118,7 +118,7 @@ os_info = "3.6.0"
page_size = "0.6.0"
parity-scale-codec = "=3.6.9"
parity-scale-codec-derive = "=3.6.9"
paste = "1.0.9"
paste = "1.0.15"
phf = { version = "0.11", features = ["macros"] }
pretty_assertions = "1.4.0"
primitive-types = "0.12.1"
Expand Down
3 changes: 2 additions & 1 deletion crates/blockifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blockifier"
version = "0.8.0-rc.0"
version = "0.8.0-rc.1"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down Expand Up @@ -38,6 +38,7 @@ num-integer.workspace = true
num-rational.workspace = true
num-traits.workspace = true
once_cell.workspace = true
paste.workspace = true
phf.workspace = true
rand = { workspace = true, optional = true }
rstest = { workspace = true, optional = true }
Expand Down
Loading

0 comments on commit 5282a0e

Please sign in to comment.