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

Commit 6ee28d2

Browse files
committed
chore: bump alloy to 11.1 for release @ 0.15
1 parent fe25274 commit 6ee28d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "zenith-types"
33
description = "Types for the zenith smart contracts"
44

5-
version = "0.14.0"
5+
version = "0.15.0"
66
edition = "2021"
77
rust-version = "1.82"
88
authors = ["Zenith Contributors"]
@@ -11,7 +11,7 @@ repository = "https://github.com/init4tech/zenith"
1111
license = "AGPL-3.0"
1212

1313
[dependencies]
14-
alloy = { version = "=0.9.2", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev", "rlp"] }
14+
alloy = { version = "=0.11.1", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev", "rlp"] }
1515

1616
serde = { version = "1.0.197", features = ["derive"] }
1717

0 commit comments

Comments
 (0)