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

Commit d866f70

Browse files
committed
Release v0.4.5
1 parent e3817d7 commit d866f70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.4"
3+
version = "0.4.5"
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.4/unix_socket"
8+
documentation = "https://sfackler.github.io/rust-unix-socket/doc/v0.4.5/unix_socket"
99
readme = "README.md"
1010
keywords = ["posix", "unix", "socket", "domain"]
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
Support for Unix domain socket clients and servers.
66

7-
[Documentation](https://sfackler.github.io/rust-unix-socket/doc/v0.4.4/unix_socket)
7+
[Documentation](https://sfackler.github.io/rust-unix-socket/doc/v0.4.5/unix_socket)

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.4")]
3+
#![doc(html_root_url="https://sfackler.github.io/rust-unix-socket/doc/v0.4.5")]
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)