Skip to content

Commit 4dcb9d8

Browse files
committed
litep2p: Prepare for release v0.2.0
1 parent 25642c6 commit 4dcb9d8

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

Cargo.lock

Lines changed: 14 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "litep2p"
33
description = "Peer-to-peer networking library"
44
license = "MIT"
5-
version = "0.1.0"
5+
version = "0.2.0"
66
edition = "2021"
77

88
[build-dependencies]
@@ -37,7 +37,7 @@ tokio-util = { version = "0.7.7", features = ["compat", "io", "codec"] }
3737
tracing = { version = "0.1.37", features = ["log"] }
3838
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
3939
trust-dns-resolver = { version = "0.22.0", features = ["tokio"] }
40-
unsigned-varint = { git = "https://github.com/paritytech/unsigned-varint.git", rev = "9925adb", features = ["codec"] }
40+
unsigned-varint = { version = "0.7.2", features = ["codec"] }
4141
str0m = "0.2.0"
4242
webpki = "0.22.0"
4343
x509-parser = "0.15.0"

0 commit comments

Comments
 (0)