1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Drop alloc since rustc-std-worspace-alloc-dev isn't packaged
Author: John Goerzen <jgoerzen@complete.org>
Last-Update: 2023-10-08 by Peter Michael Green
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -99,3 +99,3 @@
-[dependencies.rustc-std-workspace-alloc]
-version = "1.0.0"
-optional = true
+#[dependencies.rustc-std-workspace-alloc]
+#version = "1.0.0"
+#optional = true
@@ -189 +189 @@
- "rustc-std-workspace-alloc",
+# "rustc-std-workspace-alloc",
|