Skip to content

Commit 73f8af8

Browse files
committed
chore: bump alloy primitives to 0.8.8
1 parent 3590b52 commit 73f8af8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trevm"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
rust-version = "1.79.0"
55
edition = "2021"
66
authors = ["init4"]
@@ -27,8 +27,8 @@ option-if-let-else = "warn"
2727
redundant-clone = "warn"
2828

2929
[dependencies]
30-
alloy-primitives = "=0.8.5"
31-
alloy-sol-types = "=0.8.5"
30+
alloy-primitives = "=0.8.8"
31+
alloy-sol-types = "=0.8.8"
3232

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

0 commit comments

Comments
 (0)