File: drop-alloc.diff

package info (click to toggle)
rust-rustix 0.38.37-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,176 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 532 bytes parent folder | download
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",