Skip to content

Commit

Permalink
Fix repo link, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Dec 30, 2022
1 parent 28128df commit 944e258
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,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
Expand Down

0 comments on commit 944e258

Please sign in to comment.