diff --git a/Cargo.toml b/Cargo.toml index 8f2466d..3b456ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "async-io-typed" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT OR Apache-2.0" description = "Adapts any AsyncRead or AsyncWrite type to send serde compatible types" readme = "README.md" -repository = "https://github.com/Xaeroxe/interprocess-typed" +repository = "https://github.com/Xaeroxe/async-io-typed" documentation = "https://docs.rs/async-io-typed/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html