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

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 17, 2015
1 parent 4930da1 commit 7545f68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[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"]

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Support for Unix domain socket clients and servers.
#![warn(missing_docs)]
#![doc(html_root_url="https://doc.rust-lang.org/unix-socket/doc/v0.4.6")]
#![doc(html_root_url="https://doc.rust-lang.org/unix-socket/doc/v0.5.0")]

#[macro_use]
extern crate cfg_if;
Expand Down

0 comments on commit 7545f68

Please sign in to comment.