Skip to content

Commit 756791b

Browse files
authored
Version bump to v0.3.1 (#203)
1 parent f78d538 commit 756791b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "discv5"
33
authors = ["Age Manning <[email protected]>"]
44
edition = "2018"
5-
version = "0.3.0"
5+
version = "0.3.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,7 @@ categories = ["network-programming", "asynchronous"]
1212
exclude = [".gitignore", ".github/*"]
1313

1414
[dependencies]
15-
enr = { version = "0.8.1", features = ["k256", "ed25519"] }
15+
enr = { version = "0.9.0", features = ["k256", "ed25519"] }
1616
tokio = { version = "1.15.0", features = ["net", "sync", "macros", "rt"] }
1717
libp2p-core = { version = "0.40.0", optional = true }
1818
libp2p-identity = { version = "0.2.1", features = ["ed25519", "secp256k1"], optional = true }

0 commit comments

Comments
 (0)