Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
leshow authored Mar 10, 2023
1 parent c93e073 commit 722de32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit 722de32

Please sign in to comment.