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

Commit 98e828d

Browse files
authored
v0.14.0 - alloy 0.9.2 (#74)
1 parent 79cd57e commit 98e828d

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.13.0"
5+
version = "0.14.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.7.3", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev", "rlp"] }
14+
alloy = { version = "=0.9.2", 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)