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

Commit 621700e

Browse files
committed
Merge branch 'release-v0.4.3' into release
2 parents 21b9cfd + ae47dfe commit 621700e

File tree

2 files changed

+314
-160
lines changed

2 files changed

+314
-160
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

0 commit comments

Comments
 (0)