Skip to content

Commit 944e258

Browse files
committed
Fix repo link, bump version
1 parent 28128df commit 944e258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 = "async-io-typed"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Adapts any AsyncRead or AsyncWrite type to send serde compatible types"
77
readme = "README.md"
8-
repository = "https://github.com/Xaeroxe/interprocess-typed"
8+
repository = "https://github.com/Xaeroxe/async-io-typed"
99
documentation = "https://docs.rs/async-io-typed/"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)