Skip to content

Commit

Permalink
chore: use serde 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 17, 2024
1 parent 8206ad1 commit 8bafeda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eip7594/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ bls12_381 = { workspace = true }
hex = { workspace = true }
erasure_codes = { workspace = true }
rayon = { workspace = true }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
rust-embed = { version = "8.4.0", features = ["compression"] }

[dev-dependencies]
Expand Down

0 comments on commit 8bafeda

Please sign in to comment.