Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 79f4459

Browse files
committed
chore: bump alloy primitives to 0.8.8
1 parent 8826a23 commit 79f4459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.9.0"
6+
version = "0.9.1"
77
edition = "2021"
88
rust-version = "1.76"
99
authors = ["Zenith Contributors"]
@@ -12,8 +12,8 @@ repository = "https://github.com/init4tt/zenith"
1212
license = "AGPL-3.0"
1313

1414
[workspace.dependencies]
15-
alloy-primitives = { version = "=0.8.5", features = ["serde", "tiny-keccak"] }
16-
alloy-sol-types = { version = "=0.8.5", features = ["json"] }
15+
alloy-primitives = { version = "=0.8.8", features = ["serde", "tiny-keccak"] }
16+
alloy-sol-types = { version = "=0.8.8", features = ["json"] }
1717

1818
alloy-rlp = { version = "0.3.4" }
1919

0 commit comments

Comments
 (0)