Skip to content

Commit c6c16fc

Browse files
Switch 'nix' dependency to nix's 'master' branch
1 parent 1d4a1c9 commit c6c16fc

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

Cargo.lock

Lines changed: 30 additions & 30 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "claim-ip"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
authors = ["Justin Ossevoort <[email protected]>"]
55
description = "Claim an IP-address on a network by responding to ARP requests"
66
repository = "https://github.com/internetionals/claim-ip"
@@ -13,5 +13,5 @@ edition = "2018"
1313
env_logger = "0.8"
1414
eui48 = "1.1.0"
1515
log = "0.4"
16-
nix = { git="https://github.com/internetionals/nix", branch="fix_sockaddr_ll_size" }
16+
nix = { git="https://github.com/nix-rust/nix", branch="master" }
1717
structopt = "0.3.21"

0 commit comments

Comments
 (0)