diff --git a/Cargo.toml b/Cargo.toml index e315f4c8..27d14108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "discv5" authors = ["Sigma Prime "] 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" @@ -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",