Skip to content

Commit b17604a

Browse files
committed
chore: Release
1 parent f1cedbe commit b17604a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.4.2"
6+
version = "0.4.3"
77
edition = "2024"
88
rust-version = "1.85"
99
authors = ["Alloy Contributors"]
@@ -35,8 +35,8 @@ all-features = true
3535
rustdoc-args = ["--cfg", "docsrs"]
3636

3737
[workspace.dependencies]
38-
alloy-hardforks = { version = "0.4.2", path = "crates/hardforks", default-features = false }
39-
alloy-op-hardforks = { version = "0.4.2", path = "crates/op-hardforks", default-features = false }
38+
alloy-hardforks = { version = "0.4.3", path = "crates/hardforks", default-features = false }
39+
alloy-op-hardforks = { version = "0.4.3", path = "crates/op-hardforks", default-features = false }
4040

4141
# ethereum
4242
alloy-chains = { version = "0.2.0", default-features = false }

0 commit comments

Comments
 (0)