Skip to content

Commit e8d5ad8

Browse files
authored
chore: bump alloy (#225)
1 parent cdb97d8 commit e8d5ad8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.package]
66
version = "0.1.0"
77
edition = "2021"
8-
rust-version = "1.83"
8+
rust-version = "1.85"
99
authors = ["Alloy Contributors"]
1010
license = "MIT OR Apache-2.0"
1111
homepage = "https://github.com/alloy-rs/examples"
@@ -95,7 +95,7 @@ significant_drop_tightening = "allow"
9595
needless_return = "allow"
9696

9797
[workspace.dependencies]
98-
alloy = { version = "1.0.3", features = [
98+
alloy = { version = "1.0.13", features = [
9999
"eips",
100100
"full",
101101
"json-rpc",

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.83"
1+
msrv = "1.85"

0 commit comments

Comments
 (0)