diff --git a/Cargo.toml b/Cargo.toml index 3516604..92bbd0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,11 +22,7 @@ version = '0.3.9' features = ['mswsock', 'iphlpapi'] [target.'cfg(not(windows))'.dependencies.nix] -# Needs https://github.com/nix-rust/nix/pull/1265 which is unreleased as of today -# version = '0.18.0' -git = 'https://github.com/bltavares/nix' -branch = 'sendmsg-pktinfo-android' +version = '0.18.0' [target.'cfg(not(windows))'.dependencies.libc] -# Needs to be the same as the version used by nix -git = 'https://github.com/rust-lang/libc' \ No newline at end of file +version = '0.2.76' \ No newline at end of file diff --git a/README.md b/README.md index 6425860..a474caa 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ cargo run --example mdns ```toml [dependencies] -multicast-socket = { git = "https://github.com/bltavares/multicast-socket" } +multicast-socket = "0.1.0" ``` *Why not use a version/publish crates.io*: Currently it is using unpublished version of some packages (git versions), which are not allowed when publishing to crates.io. When the new versions are published, this could also be published.