Skip to content

Commit

Permalink
use github branch inetnum
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Jun 24, 2024
1 parent 5593b05 commit 2a53fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = "BSD-3-Clause"
[dependencies]
# inetnum = { version = "0.1.0", features = ["arbitrary", "serde"] }
# inetnum = { path = "../inetnum", features = ["arbitrary", "serde", "bincode"] }
inetnum = { git = "https://github.com/nlnetlabs/inetnum", branch = "bincode", features = ["arbitrary", "serde", "bincode"]}
inetnum = { git = "https://github.com/NLnetLans/inetnum", branch = "bincode", features = ["arbitrary", "serde", "bincode"] }
arbitrary = { version = "1.3.1", optional = true, features = ["derive"] }
bytes = { version = "1.2", optional = true }
chrono = { version = "0.4.20", optional = true, default-features = false }
Expand Down

0 comments on commit 2a53fb7

Please sign in to comment.