File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 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" }
2121maintenance = { status = " experimental" }
2222
2323[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 "
2727
2828[features ]
2929default = []
3030into_bits = []
3131libcore_neon = []
3232
3333[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 }
3636
3737[target .'cfg(target_arch = "x86_64")' .dependencies .sleef-sys ]
38- version = " ^ 0.1.2"
38+ version = " 0.1.2"
3939optional = true
4040
4141[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