From 1ed4a960139bd803437d5acadcf54b8275ed7bb9 Mon Sep 17 00:00:00 2001 From: Andrei Avram <6795248+andreiavrammsd@users.noreply.github.com> Date: Mon, 26 May 2025 18:24:18 +0300 Subject: [PATCH] Release v0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39b6c5a..58b3f29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static_vector" -version = "0.3.0" +version = "0.4.0" authors = ["Andrei Avram"] rust-version = "1.85.1" edition = "2024"