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

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jun 18, 2015
1 parent eec36a5 commit ae47dfe
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.2"
version = "0.4.3"
authors = ["Steven Fackler <[email protected]>"]
license = "MIT"
description = "Unix domain socket bindings"
repository = "https://github.com/sfackler/rust-unix-socket"
documentation = "https://sfackler.github.io/rust-unix-socket/doc/v0.4.2/unix_socket"
documentation = "https://sfackler.github.io/rust-unix-socket/doc/v0.4.3/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://sfackler.github.io/rust-unix-socket/doc/v0.4.2")]
#![doc(html_root_url="https://sfackler.github.io/rust-unix-socket/doc/v0.4.3")]
#![cfg_attr(feature = "socket_timeout", feature(duration))]
#![cfg_attr(all(test, feature = "socket_timeout"), feature(duration_span))]

Expand Down

0 comments on commit ae47dfe

Please sign in to comment.