Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Dec 3, 2024
1 parent 3f247d6 commit b0781ba
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 @@ -103,7 +103,7 @@ url = "2.5.2"
winnow = "0.6.13"

# local dependencies
evm_arithmetization = { path = "evm_arithmetization", version = "0.5.0", default-features = false }
evm_arithmetization = { path = "evm_arithmetization", version = "0.5.1", default-features = false }
mpt_trie = { path = "mpt_trie", version = "0.5.0" }
smt_trie = { path = "smt_trie", version = "0.2.0" }
trace_decoder = { path = "trace_decoder", version = "0.7.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion evm_arithmetization/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "evm_arithmetization"
description = "Implementation of STARKs for the Ethereum Virtual Machine"
version = "0.5.0"
version = "0.5.1"
authors = [
"Daniel Lubarov <[email protected]>",
"William Borgeaud <[email protected]>",
Expand Down

0 comments on commit b0781ba

Please sign in to comment.