Skip to content

Commit

Permalink
Update the version to released crates
Browse files Browse the repository at this point in the history
  • Loading branch information
bltavares committed Aug 29, 2020
1 parent 89065dd commit 459a359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
version = '0.2.76'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 459a359

Please # to comment.