Skip to content

Commit

Permalink
Merge pull request #87 from anton-rs/rf/fix-dev-deps
Browse files Browse the repository at this point in the history
chore: Dev Deps Update
  • Loading branch information
refcell authored Oct 24, 2024
2 parents 89eb6b6 + d40a1c5 commit 264282e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "superchain"
description = "The Superchain Registry"
version = "0.8.2"
edition = "2021"
rust-version = "1.80"
rust-version = "1.81"
authors = ["refcell", "clabby"]
license = "MIT"
repository = "https://github.com/anton-rs/superchain"
Expand Down Expand Up @@ -34,7 +34,7 @@ serde = { version = "1.0.213", default-features = false, features = ["derive", "
serde_json = { version = "1.0.132", default-features = false, features = ["raw_value"] }

[dev-dependencies]
alloy-eips = { version = "0.5.0", default-features = false }
alloy-eips = { version = "0.5.4", default-features = false }

[features]
default = ["std"]
Expand Down

0 comments on commit 264282e

Please sign in to comment.