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

Commit ae47dfe

Browse files
committed
Release v0.4.3
1 parent eec36a5 commit ae47dfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "unix_socket"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "Unix domain socket bindings"
77
repository = "https://github.com/sfackler/rust-unix-socket"
8-
documentation = "https://sfackler.github.io/rust-unix-socket/doc/v0.4.2/unix_socket"
8+
documentation = "https://sfackler.github.io/rust-unix-socket/doc/v0.4.3/unix_socket"
99
readme = "README.md"
1010
keywords = ["posix", "unix", "socket", "domain"]
1111

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Support for Unix domain socket clients and servers.
22
#![warn(missing_docs)]
3-
#![doc(html_root_url="https://sfackler.github.io/rust-unix-socket/doc/v0.4.2")]
3+
#![doc(html_root_url="https://sfackler.github.io/rust-unix-socket/doc/v0.4.3")]
44
#![cfg_attr(feature = "socket_timeout", feature(duration))]
55
#![cfg_attr(all(test, feature = "socket_timeout"), feature(duration_span))]
66

0 commit comments

Comments
 (0)