From 5cb3986530d77ae71ce9a3fe2d401bccd787fbd8 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 30 Oct 2017 15:53:07 -0700 Subject: [PATCH] Bump to 0.0.3 --- library/stdarch/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/stdarch/Cargo.toml b/library/stdarch/Cargo.toml index a8ef502ea60f..a4d67f84bed5 100644 --- a/library/stdarch/Cargo.toml +++ b/library/stdarch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stdsimd" -version = "0.0.2" +version = "0.0.3" authors = ["Andrew Gallant "] description = "Experiments for adding SIMD support to Rust's standard library." documentation = "https://docs.rs/stdsimd" @@ -31,4 +31,4 @@ stdsimd-test = { version = "0.*", path = "stdsimd-test" } cupid = "0.3" [features] -strict = [] \ No newline at end of file +strict = []