Bump to 0.0.3
This commit is contained in:
parent
d6aefaabea
commit
5cb3986530
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "stdsimd"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = ["Andrew Gallant <jamslam@gmail.com>"]
|
||||
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 = []
|
||||
strict = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue