File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " coresimd"
3
- version = " 0.0.3"
4
- authors = [" Andrew Gallant <jamslam@gmail.com>" ]
3
+ version = " 0.1.3"
4
+ authors = [
5
+ " Alex Crichton <alex@alexcrichton.com>" ,
6
+ " Andrew Gallant <jamslam@gmail.com>" ,
7
+ " Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>" ,
8
+ ]
5
9
description = " SIMD support in Rust's core library."
6
10
documentation = " https://docs.rs/stdsimd"
7
11
homepage = " https://github.com/rust-lang-nursery/stdsimd"
@@ -20,7 +24,7 @@ maintenance = { status = "experimental" }
20
24
21
25
[dev-dependencies ]
22
26
stdsimd-test = { version = " 0.*" , path = " ../stdsimd-test" }
23
- stdsimd = { version = " 0.0 .3" , path = " ../stdsimd" }
27
+ stdsimd = { version = " 0.1 .3" , path = " ../stdsimd" }
24
28
25
29
[target .wasm32-unknown-unknown .dev-dependencies ]
26
30
wasm-bindgen-test = " =0.2.19"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stdsimd"
3
- version = " 0.0.3"
4
- authors = [" Andrew Gallant <jamslam@gmail.com>" ]
3
+ version = " 0.1.3"
4
+ authors = [
5
+ " Alex Crichton <alex@alexcrichton.com>" ,
6
+ " Andrew Gallant <jamslam@gmail.com>" ,
7
+ " Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>" ,
8
+ ]
5
9
description = " SIMD support in Rust's standard library."
6
10
documentation = " https://docs.rs/stdsimd"
7
11
homepage = " https://github.com/rust-lang-nursery/stdsimd"
@@ -19,7 +23,7 @@ is-it-maintained-open-issues = { repository = "rust-lang-nursery/stdsimd" }
19
23
maintenance = { status = " experimental" }
20
24
21
25
[dependencies ]
22
- coresimd = { version = " 0.0 .3" , path = " ../coresimd" }
26
+ coresimd = { version = " 0.1 .3" , path = " ../coresimd" }
23
27
libc = " 0.2"
24
28
cfg-if = " 0.1"
25
29
You can’t perform that action at this time.
0 commit comments