diff --git a/Cargo.lock b/Cargo.lock index e7eac4f..b4f3e23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "static_vector" -version = "0.1.0" +version = "0.2.0" dependencies = [ "criterion", "trybuild", diff --git a/Cargo.toml b/Cargo.toml index facb2f9..d890cdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static_vector" -version = "0.1.0" +version = "0.2.0" edition = "2024" description = "A no-std, stack-allocated vector with fixed capacity and dynamic length" repository = "https://github.com/andreiavrammsd/static_vector.rs"