From 0046c2d054bb5c44f6960afade1564e65ff1f6ea Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Wed, 1 Jul 2026 17:31:03 -0500 Subject: [PATCH] Implement the 2.0.0 release candidate. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad83d65..8ae779a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0" name = "stackvector" readme = "README.md" repository = "https://github.com/Alexhuszagh/rust-stackvector" -version = "1.2.0" +version = "2.0.0" [features] default = ["std"]