Skip to content

Commit 2a53fb7

Browse files
committed
use github branch inetnum
1 parent 5593b05 commit 2a53fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "BSD-3-Clause"
1414
[dependencies]
1515
# inetnum = { version = "0.1.0", features = ["arbitrary", "serde"] }
1616
# inetnum = { path = "../inetnum", features = ["arbitrary", "serde", "bincode"] }
17-
inetnum = { git = "https://github.com/nlnetlabs/inetnum", branch = "bincode", features = ["arbitrary", "serde", "bincode"]}
17+
inetnum = { git = "https://github.com/NLnetLans/inetnum", branch = "bincode", features = ["arbitrary", "serde", "bincode"] }
1818
arbitrary = { version = "1.3.1", optional = true, features = ["derive"] }
1919
bytes = { version = "1.2", optional = true }
2020
chrono = { version = "0.4.20", optional = true, default-features = false }

0 commit comments

Comments
 (0)