We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28128df commit 944e258Copy full SHA for 944e258
Cargo.toml
@@ -1,11 +1,11 @@
1
[package]
2
name = "async-io-typed"
3
-version = "1.0.0"
+version = "1.0.1"
4
edition = "2021"
5
license = "MIT OR Apache-2.0"
6
description = "Adapts any AsyncRead or AsyncWrite type to send serde compatible types"
7
readme = "README.md"
8
-repository = "https://github.com/Xaeroxe/interprocess-typed"
+repository = "https://github.com/Xaeroxe/async-io-typed"
9
documentation = "https://docs.rs/async-io-typed/"
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments