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 3590b52 commit 73f8af8
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
@@ -1,6 +1,6 @@
[package]
name = "trevm"
version = "0.12.0"
version = "0.12.1"
rust-version = "1.79.0"
edition = "2021"
authors = ["init4"]
Expand All @@ -27,8 +27,8 @@ option-if-let-else = "warn"
redundant-clone = "warn"

[dependencies]
alloy-primitives = "=0.8.5"
alloy-sol-types = "=0.8.5"
alloy-primitives = "=0.8.8"
alloy-sol-types = "=0.8.8"

alloy = { version = "=0.4.2", features = ["rpc-types-mev"] }

Expand Down

0 comments on commit 73f8af8

Please sign in to comment.