You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- half-1.8.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ half-1.8.3/Cargo.toml 2024-10-23T14:43:49.268166+00:00
|
|
|
|
@@ -39,7 +39,6 @@
|
|
|
|
"serde",
|
|
|
|
"bytemuck",
|
|
|
|
"num-traits",
|
|
|
|
- "zerocopy",
|
|
|
|
]
|
|
|
|
rustc-args = [
|
|
|
|
"--cfg",
|
|
|
|
@@ -68,14 +67,6 @@
|
|
|
|
optional = true
|
|
|
|
default-features = false
|
|
|
|
|
|
|
|
-[dependencies.zerocopy]
|
|
|
|
-version = "0.6.0"
|
|
|
|
-optional = true
|
|
|
|
-default-features = false
|
|
|
|
-
|
|
|
|
-[dev-dependencies.criterion]
|
|
|
|
-version = "0.3.5"
|
|
|
|
-
|
|
|
|
[dev-dependencies.quickcheck]
|
|
|
|
version = "1.0"
|
|
|
|
|