From f1bce9fd62ef300b819bee6244d9878b9825dd2b Mon Sep 17 00:00:00 2001 From: Jonas Pleyer <59249415+jonaspleyer@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:49:13 +0100 Subject: [PATCH] bump simd to 0.5.3 in order push fixes for stdsimd feature upstream (#557) --- simd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simd/Cargo.toml b/simd/Cargo.toml index eec263f7..db5990d7 100644 --- a/simd/Cargo.toml +++ b/simd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pathfinder_simd" -version = "0.5.2" +version = "0.5.3" edition = "2018" authors = ["Patrick Walton "] build = "build.rs"