Skip to content

Commit

Permalink
Merge pull request #154 from ralexstokes/relax-alloy-version
Browse files Browse the repository at this point in the history
allow any `0.7` version of `alloy-primitives` crate
  • Loading branch information
ralexstokes authored Apr 30, 2024
2 parents 8b2eb8e + 21630a2 commit 52cf042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssz-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { version = "1.0", default-features = false, features = [
"alloc",
"derive",
], optional = true }
alloy-primitives = { version = "^0.7.0", default-features = false }
alloy-primitives = { version = "~0.7", default-features = false }

[dev-dependencies]
snap = "1.0"
Expand Down

0 comments on commit 52cf042

Please sign in to comment.