diff --git a/Cargo.toml b/Cargo.toml index c807cf7..1021e91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "unix_socket" -version = "0.3.0" +version = "0.3.1" authors = ["Steven Fackler "] license = "MIT" -description = "POSIX domain socket bindings" +description = "Unix domain socket bindings" repository = "https://github.com/sfackler/rust-unix-socket" documentation = "https://sfackler.github.io/rust-unix-socket/doc/unix_socket" readme = "README.md"