Skip to content

Commit c3592f2

Browse files
committed
Version bump to v0.9.1
1 parent 1445a56 commit c3592f2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "discv5"
33
authors = ["Sigma Prime <[email protected]>"]
44
edition = "2018"
5-
version = "0.9.0"
5+
version = "0.9.1"
66
description = "Implementation of the p2p discv5 discovery protocol"
77
license = "Apache-2.0"
88
repository = "https://github.com/sigp/discv5"
@@ -12,7 +12,10 @@ categories = ["network-programming", "asynchronous"]
1212
exclude = [".gitignore", ".github/*"]
1313

1414
[dependencies]
15-
enr = { version = "0.13.0", features = [ "k256", "ed25519", ] } # enr = { version = "0.12", features = ["k256", "ed25519"] }
15+
enr = { version = "0.13.0", features = [
16+
"k256",
17+
"ed25519",
18+
] } # enr = { version = "0.12", features = ["k256", "ed25519"] }
1619
tokio = { version = "1", features = ["net", "sync", "macros", "rt"] }
1720
libp2p-identity = { version = "0.2", features = [
1821
"ed25519",

0 commit comments

Comments
 (0)