File: remove-zerocopy.patch

package info (click to toggle)
rust-four-cc 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Forwarded: https://github.com/dholroyd/four-cc/issues/21
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,10 +28,6 @@
 features = ["derive"]
 optional = true
 
-[dependencies.zerocopy]
-version = "0.7.0"
-optional = true
-
 [dev-dependencies.serde_test]
 version = "1.0"