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 = []