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

v0.14.0 - alloy 0.9.2 #74

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "zenith-types"
description = "Types for the zenith smart contracts"

version = "0.13.0"
version = "0.14.0"
edition = "2021"
rust-version = "1.82"
authors = ["Zenith Contributors"]
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/init4tech/zenith"
license = "AGPL-3.0"

[dependencies]
alloy = { version = "=0.7.3", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev", "rlp"] }
alloy = { version = "=0.9.2", features = ["full", "json-rpc", "signer-aws", "rpc-types-mev", "rlp"] }

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

Expand Down
Loading