From d938e39bee9bc5c222f5f2f2a0df9e53b5ce36ae Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Sat, 29 Jul 2023 20:55:38 -0700 Subject: [PATCH] Announce packed_simd 0.3.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1362285..9a5677bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "packed_simd" -version = "0.3.8" +version = "0.3.9" description = "Portable Packed SIMD vectors" documentation = "https://docs.rs/crate/packed_simd/" homepage = "https://github.com/rust-lang/packed_simd"