Skip to content

Commit

Permalink
Version bump to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Jan 22, 2025
1 parent 1445a56 commit c3592f2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "discv5"
authors = ["Sigma Prime <[email protected]>"]
edition = "2018"
version = "0.9.0"
version = "0.9.1"
description = "Implementation of the p2p discv5 discovery protocol"
license = "Apache-2.0"
repository = "https://github.com/sigp/discv5"
Expand All @@ -12,7 +12,10 @@ categories = ["network-programming", "asynchronous"]
exclude = [".gitignore", ".github/*"]

[dependencies]
enr = { version = "0.13.0", features = [ "k256", "ed25519", ] } # enr = { version = "0.12", features = ["k256", "ed25519"] }
enr = { version = "0.13.0", features = [
"k256",
"ed25519",
] } # enr = { version = "0.12", features = ["k256", "ed25519"] }
tokio = { version = "1", features = ["net", "sync", "macros", "rt"] }
libp2p-identity = { version = "0.2", features = [
"ed25519",
Expand Down

0 comments on commit c3592f2

Please sign in to comment.