Skip to content

Commit

Permalink
Merge pull request #443 from starkware-libs/noa/update_blockifier_ver…
Browse files Browse the repository at this point in the history
…sion

chore: update blockifier version (pre-release)
  • Loading branch information
noaov1 authored Aug 14, 2024
2 parents 8f68a54 + 7b0dcbc commit f188005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ base64 = "0.13.0"
bincode = "1.3.3"
bisection = "0.1.0"
bitvec = "1.0.1"
blockifier = { path = "crates/blockifier", version = "0.8.0-rc.0" }
blockifier = { path = "crates/blockifier", version = "0.8.0-rc.2" }
byteorder = "1.4.3"
bytes = "1"
cached = "0.44.0"
Expand Down
2 changes: 1 addition & 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.1"
version = "0.8.0-rc.2"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down

0 comments on commit f188005

Please sign in to comment.