We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb97d8 commit e8d5ad8Copy full SHA for e8d5ad8
Cargo.toml
@@ -5,7 +5,7 @@ resolver = "2"
5
[workspace.package]
6
version = "0.1.0"
7
edition = "2021"
8
-rust-version = "1.83"
+rust-version = "1.85"
9
authors = ["Alloy Contributors"]
10
license = "MIT OR Apache-2.0"
11
homepage = "https://github.com/alloy-rs/examples"
@@ -95,7 +95,7 @@ significant_drop_tightening = "allow"
95
needless_return = "allow"
96
97
[workspace.dependencies]
98
-alloy = { version = "1.0.3", features = [
+alloy = { version = "1.0.13", features = [
99
"eips",
100
"full",
101
"json-rpc",
clippy.toml
@@ -1 +1 @@
1
-msrv = "1.83"
+msrv = "1.85"
0 commit comments