Skip to content

Commit 19f3965

Browse files
authored
chore: bump version to 1.6.1 (#317)
1 parent f643c24 commit 19f3965

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = []
1515
# https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html
1616
resolver = "2"
1717
[workspace.package]
18-
version = "1.6.0"
18+
version = "1.6.1"
1919
edition = "2021"
2020
rust-version = "1.91"
2121
license = "MIT OR Apache-2.0"
@@ -122,9 +122,9 @@ too_long_first_doc_paragraph = "allow"
122122

123123
[workspace.dependencies]
124124
# megaeth
125-
mega-evm = { path = "./crates/mega-evm", version = "1.6.0", default-features = false }
126-
mega-state-test = { path = "./crates/mega-state-test", version = "1.6.0", default-features = false }
127-
mega-system-contracts = { path = "./crates/system-contracts", version = "1.6.0", default-features = false }
125+
mega-evm = { path = "./crates/mega-evm", version = "1.6.1", default-features = false }
126+
mega-state-test = { path = "./crates/mega-state-test", version = "1.6.1", default-features = false }
127+
mega-system-contracts = { path = "./crates/system-contracts", version = "1.6.1", default-features = false }
128128

129129
# revm
130130
op-revm = { version = "8.1.0", default-features = false }

0 commit comments

Comments
 (0)