Skip to content

Commit 5a4a1f4

Browse files
committed
Bump to 0.0.3
1 parent d21b5a8 commit 5a4a1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stdsimd"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
authors = ["Andrew Gallant <[email protected]>"]
55
description = "Experiments for adding SIMD support to Rust's standard library."
66
documentation = "https://docs.rs/stdsimd"
@@ -31,4 +31,4 @@ stdsimd-test = { version = "0.*", path = "stdsimd-test" }
3131
cupid = "0.3"
3232

3333
[features]
34-
strict = []
34+
strict = []

0 commit comments

Comments
 (0)