diff --git a/Cargo.toml b/Cargo.toml index c35de7c..ffa0677 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "unix-udp-sock" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT OR Apache-2.0" -repository = "https://github.com/leshow/udp-udp-sock" +repository = "https://github.com/leshow/unix-udp-sock" description = "async & sync UDP sockets supporting sendmsg/recvmsg and src IP manipulation" keywords = ["udp", "async", "socket", "linux", "unix"] categories = ["network-programming", "asynchronous"]