commit e274b06c8cad552dfbda1e50789a313d8af5e979
parent 6d7d15812d82f8c5b307fd02f7cefd619533c9dc
Author: Zack Newman <zack@philomathiclife.com>
Date: Thu, 3 Apr 2025 14:02:32 -0600
msrv
Diffstat:
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -9,12 +9,12 @@ license = "MIT OR Apache-2.0"
name = "tokio_dual_stack"
readme = "README.md"
repository = "https://git.philomathiclife.com/repos/tokio_dual_stack/"
-rust-version = "1.85.0"
-version = "0.1.2"
+rust-version = "1.86.0"
+version = "0.1.3"
[dependencies]
pin-project-lite = { version = "0.2.16", default-features = false }
-tokio = { version = "1.43.0", default-features = false, features = ["net"] }
+tokio = { version = "1.44.1", default-features = false, features = ["net"] }
[dev-dependencies]
-tokio = { version = "1.43.0", default-features = false, features = ["macros", "net", "rt"] }
+tokio = { version = "1.44.1", default-features = false, features = ["macros", "net", "rt"] }
diff --git a/src/lib.rs b/src/lib.rs
@@ -55,6 +55,7 @@
clippy::arbitrary_source_item_ordering,
clippy::blanket_clippy_restriction_lints,
clippy::implicit_return,
+ clippy::return_and_then,
reason = "noisy, opinionated, and likely doesn't prevent bugs or improve APIs"
)]
use core::{