commit 6d7d15812d82f8c5b307fd02f7cefd619533c9dc
parent f6ee0a3f6bb3651bc0e28f5bd975602465682fe8
Author: Zack Newman <zack@philomathiclife.com>
Date: Sat, 22 Feb 2025 07:49:13 -0700
fix documentation url
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -2,7 +2,7 @@
authors = ["Zack Newman <zack@philomathiclife.com>"]
categories = ["asynchronous", "network-programming"]
description = "Dual-stack TCP listener based on tokio."
-documentation = "https://docs.rs/webauthn_rp/latest/tokio_dual_stack/"
+documentation = "https://docs.rs/tokio_dual_stack/latest/tokio_dual_stack/"
edition = "2024"
keywords = ["ip", "listener", "tcp", "tokio"]
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ name = "tokio_dual_stack"
readme = "README.md"
repository = "https://git.philomathiclife.com/repos/tokio_dual_stack/"
rust-version = "1.85.0"
-version = "0.1.1"
+version = "0.1.2"
[dependencies]
pin-project-lite = { version = "0.2.16", default-features = false }