From 687c99b40ccf7c3a98adebaf85aa31a9493e778d Mon Sep 17 00:00:00 2001 From: RustyNova <50844553+RustyNova016@users.noreply.github.com> Date: Fri, 28 Feb 2025 15:18:32 +0000 Subject: [PATCH] feat: add current msrv --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index d1f9343..6079d98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/extremeandy/streamtools" description = "Additional stream combinators" readme = "README.md" +rust-version = "1.65.0" [dependencies] futures = "0.3.28"