We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9634b6 commit e333526Copy full SHA for e333526
Cargo.toml
@@ -21,9 +21,9 @@ is-it-maintained-open-issues = { repository = "rust-lang-nursery/packed_simd" }
21
maintenance = { status = "experimental" }
22
23
[dependencies]
24
-cfg-if = "^0.1.6"
25
-core_arch = { version = "^0.1.4", optional = true }
26
-libm = "0.1.2"
+cfg-if = "0.1.10"
+core_arch = { version = "0.1.5", optional = true }
+libm = "0.1.4"
27
28
[features]
29
default = []
@@ -35,7 +35,7 @@ paste = "^0.1.3"
35
arrayvec = { version = "^0.5", default-features = false }
36
37
[target.'cfg(target_arch = "x86_64")'.dependencies.sleef-sys]
38
-version = "^0.1.2"
+version = "0.1.2"
39
optional = true
40
41
[target.wasm32-unknown-unknown.dev-dependencies]
0 commit comments