Skip to content

Commit 1bc428f

Browse files
authored
Update enr crate version and add serde feature (#159)
1 parent 97a806c commit 1bc428f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
1212
exclude = [".gitignore", ".github/*"]
1313

1414
[dependencies]
15-
enr = { version = "0.6.2", features = ["k256", "ed25519"] }
15+
enr = { version = "0.7.0", features = ["k256", "ed25519"] }
1616
tokio = { version = "1.15.0", features = ["net", "sync", "macros", "rt"] }
1717
tokio-stream = "0.1.8"
1818
tokio-util = { version = "0.6.9", features = ["time"] }
@@ -54,3 +54,4 @@ clap = { version = "3.1", features = ["derive"] }
5454

5555
[features]
5656
libp2p = ["libp2p-core"]
57+
serde = ["enr/serde"]

0 commit comments

Comments
 (0)