From 0bea5ceb1b873275ebd6781cde97ee386051a625 Mon Sep 17 00:00:00 2001 From: soruh Date: Fri, 31 Jul 2026 04:18:37 +0200 Subject: [PATCH] Declare Rust 1.85 MSRV --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1fdd740..cdef8dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "type_erased_vec_capacity" version = "0.3.0" edition = "2024" +rust-version = "1.85" description = "Reuse a Vec allocation across element types with the same layout" readme = "README.md" license = "MIT OR Apache-2.0"