Skip to content

Commit

Permalink
Version bump to v0.3.1 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning authored Jul 20, 2023
1 parent f78d538 commit 756791b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "discv5"
authors = ["Age Manning <[email protected]>"]
edition = "2018"
version = "0.3.0"
version = "0.3.1"
description = "Implementation of the p2p discv5 discovery protocol"
license = "Apache-2.0"
repository = "https://github.com/sigp/discv5"
Expand All @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
exclude = [".gitignore", ".github/*"]

[dependencies]
enr = { version = "0.8.1", features = ["k256", "ed25519"] }
enr = { version = "0.9.0", features = ["k256", "ed25519"] }
tokio = { version = "1.15.0", features = ["net", "sync", "macros", "rt"] }
libp2p-core = { version = "0.40.0", optional = true }
libp2p-identity = { version = "0.2.1", features = ["ed25519", "secp256k1"], optional = true }
Expand Down

0 comments on commit 756791b

Please sign in to comment.