Declare Rust 1.85 MSRV

This commit is contained in:
2026-07-31 04:18:37 +02:00
parent 34e88fb4e4
commit 0bea5ceb1b
+1
View File
@@ -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"