Skip to content

Commit

Permalink
chore: bump alloy primitives to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 16, 2024
1 parent 8826a23 commit 79f4459
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.9.0"
version = "0.9.1"
edition = "2021"
rust-version = "1.76"
authors = ["Zenith Contributors"]
Expand All @@ -12,8 +12,8 @@ repository = "https://github.com/init4tt/zenith"
license = "AGPL-3.0"

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

alloy-rlp = { version = "0.3.4" }

Expand Down

0 comments on commit 79f4459

Please sign in to comment.