Skip to content

Commit 5593b05

Browse files
committed
use github branch inetnum
1 parent 9c2fcae commit 5593b05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ license = "BSD-3-Clause"
1313

1414
[dependencies]
1515
# inetnum = { version = "0.1.0", features = ["arbitrary", "serde"] }
16-
inetnum = { path = "../inetnum", features = ["arbitrary", "serde", "bincode"] }
16+
# inetnum = { path = "../inetnum", features = ["arbitrary", "serde", "bincode"] }
17+
inetnum = { git = "https://github.com/nlnetlabs/inetnum", branch = "bincode", features = ["arbitrary", "serde", "bincode"]}
1718
arbitrary = { version = "1.3.1", optional = true, features = ["derive"] }
1819
bytes = { version = "1.2", optional = true }
1920
chrono = { version = "0.4.20", optional = true, default-features = false }

0 commit comments

Comments
 (0)