Skip to content

Commit

Permalink
Pin ENR to the latest minor, using latest ENR
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Apr 9, 2024
1 parent 2b530aa commit 3b02b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
exclude = [".gitignore", ".github/*"]

[dependencies]
enr = { version = "0.11.0", features = ["k256", "ed25519"] }
enr = { version = "0.11", features = ["k256", "ed25519"] }
tokio = { version = "1", features = ["net", "sync", "macros", "rt"] }
libp2p = { version = "0.53", features = ["ed25519", "secp256k1"], optional = true }
zeroize = { version = "1", features = ["zeroize_derive"] }
Expand Down

0 comments on commit 3b02b67

Please sign in to comment.