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
@@ -122,7 +122,7 @@
 runtime = ["linux-raw-sys/prctl"]
 rustc-dep-of-std = [
     "core",
-    "rustc-std-workspace-alloc",
+#    "rustc-std-workspace-alloc",
     "linux-raw-sys/rustc-dep-of-std",
     "bitflags/rustc-dep-of-std",
 ]
@@ -164,9 +164,9 @@
 optional = true
 package = "rustc-std-workspace-core"
 
-[dependencies.rustc-std-workspace-alloc]
-version = "1.0.0"
-optional = true
+#[dependencies.rustc-std-workspace-alloc]
+#version = "1.0.0"
+#optional = true
 
 [dev-dependencies.flate2]
 version = "1.0"
