File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ is-it-maintained-open-issues = { repository = "rust-lang-nursery/packed_simd" }
21
21
maintenance = { status = " experimental" }
22
22
23
23
[dependencies ]
24
- cfg-if = " ^ 0.1.6 "
25
- core_arch = { version = " ^ 0.1.4 " , optional = true }
26
- libm = " 0.1.2 "
24
+ cfg-if = " 0.1.10 "
25
+ core_arch = { version = " 0.1.5 " , optional = true }
26
+ libm = " 0.1.4 "
27
27
28
28
[features ]
29
29
default = []
30
30
into_bits = []
31
31
libcore_neon = []
32
32
33
33
[dev-dependencies ]
34
- paste = " ^ 0.1.3 "
35
- arrayvec = { version = " ^0.4 " , default-features = false }
34
+ paste = " 0.1.6 "
35
+ arrayvec = { version = " 0.5.0 " , default-features = false }
36
36
37
37
[target .'cfg(target_arch = "x86_64")' .dependencies .sleef-sys ]
38
- version = " ^ 0.1.2"
38
+ version = " 0.1.2"
39
39
optional = true
40
40
41
41
[target .wasm32-unknown-unknown .dev-dependencies ]
42
- wasm-bindgen = " = 0.2.48 "
43
- wasm-bindgen-test = " =0.2.48 "
42
+ wasm-bindgen = " 0.2.51 "
43
+ wasm-bindgen-test = " 0.3.1 "
You can’t perform that action at this time.
0 commit comments