summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-0005-no-jemalloc.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:42 +0000
commit97d52a91d7ab4cae7c29432f41f22a20e03d8c51 (patch)
tree12e4d0e775fd696a50e4eea77b45703d4f7ee8eb /debian/patches/d-0005-no-jemalloc.patch
parentMerging upstream version 1.74.1+dfsg1. (diff)
downloadrustc-97d52a91d7ab4cae7c29432f41f22a20e03d8c51.tar.xz
rustc-97d52a91d7ab4cae7c29432f41f22a20e03d8c51.zip
Adding debian version 1.74.1+dfsg1-1.debian/1.74.1+dfsg1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/d-0005-no-jemalloc.patch')
-rw-r--r--debian/patches/d-0005-no-jemalloc.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/d-0005-no-jemalloc.patch b/debian/patches/d-0005-no-jemalloc.patch
index a947d676b..ea3975d6f 100644
--- a/debian/patches/d-0005-no-jemalloc.patch
+++ b/debian/patches/d-0005-no-jemalloc.patch
@@ -8,12 +8,12 @@ Subject: d-0005-no-jemalloc
2 files changed, 8 deletions(-)
diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml
-index 41003ad..0578f7b 100644
+index dcb165f..e211d6f 100644
--- a/compiler/rustc/Cargo.toml
+++ b/compiler/rustc/Cargo.toml
-@@ -14,13 +14,7 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
- # crate is intended to be used by stable MIR consumers, which are not in-tree
+@@ -15,13 +15,7 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
rustc_smir = { path = "../rustc_smir" }
+ stable_mir = { path = "../stable_mir" }
-[dependencies.jemalloc-sys]
-version = "0.5.0"