Skip to content
This repository has been archived by the owner on May 17, 2018. It is now read-only.

Commit

Permalink
Merge branch 'release-v0.5.0' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 17, 2015
2 parents 6d93591 + 7545f68 commit 55fe007
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 238 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: rust
rust:
- nightly
- beta
- stable
- 1.4.0
script:
- cargo test
- test $TRAVIS_RUST_VERSION != "nightly" || cargo test --features "from_raw_fd socket_timeout"
14 changes: 4 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
[package]
name = "unix_socket"
version = "0.4.6"
version = "0.5.0"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Unix domain socket bindings"
repository = "https://github.com/rust-lang-nursery/unix-socket"
documentation = "https://doc.rust-lang.org/unix-socket/doc/v0.4.6/unix_socket"
documentation = "https://doc.rust-lang.org/unix-socket/doc/v0.5.0/unix_socket"
readme = "README.md"
keywords = ["posix", "unix", "socket", "domain"]

[dependencies]
libc = "0.1"
debug-builders = "0.1"
libc = "0.2.1"
cfg-if = "0.1"

[dev-dependencies]
tempdir = "0.3"

[features]
default = ["from_raw_fd"]

from_raw_fd = []
socket_timeout = []
Loading

0 comments on commit 55fe007

Please sign in to comment.