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

Commit 7826567

Browse files
committed
v0.13.0
1 parent 6f62b9d commit 7826567

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Cargo.toml

+7-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.12.0"
5+
version = "0.13.0"
66
edition = "2021"
77
rust-version = "1.82"
88
authors = ["Zenith Contributors"]
@@ -11,7 +11,12 @@ 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"] }
14+
alloy = { version = "=0.7.3", features = [
15+
"full",
16+
"json-rpc",
17+
"signer-aws",
18+
"rpc-types-mev",
19+
] }
1520
alloy-primitives = { version = "0.8.11", features = ["serde", "tiny-keccak"] }
1621
alloy-sol-types = { version = "0.8.11", features = ["json"] }
1722
alloy-rlp = { version = "0.3.4" }

0 commit comments

Comments
 (0)