From 93c7e06d55ed0a93f389661465dfaeb9b3886523 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Fri, 10 Sep 2021 15:28:11 +0200 Subject: [PATCH] Update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9204c8cdf..41a1512d7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ If you need to continue to use the crate, we have published a "next version" und Adjust your `[dependencies]` section of `Cargo.toml` to be the following: ```toml -packed_simd = { version = "0.3.4", package = "packed_simd_2" } +packed_simd = { version = "0.3.6", package = "packed_simd_2" } ``` # `Simd<[T; N]>`