diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:28 +0000 |
commit | dc643d4b030243790ccb704c733ca2130279cbaf (patch) | |
tree | 5ccf28e10c794cb2e45bf946b30f07ccfd127ed0 /debian/patches/d-0005-no-jemalloc.patch | |
parent | Merging upstream version 1.72.1+dfsg1. (diff) | |
download | rustc-dc643d4b030243790ccb704c733ca2130279cbaf.tar.xz rustc-dc643d4b030243790ccb704c733ca2130279cbaf.zip |
Adding debian version 1.72.1+dfsg1-1.debian/1.72.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.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/d-0005-no-jemalloc.patch b/debian/patches/d-0005-no-jemalloc.patch index 17254fb53..09b8db752 100644 --- a/debian/patches/d-0005-no-jemalloc.patch +++ b/debian/patches/d-0005-no-jemalloc.patch @@ -26,7 +26,7 @@ index 41003ad..0578f7b 100644 max_level_info = ['rustc_driver_impl/max_level_info'] rustc_use_parallel_compiler = ['rustc_driver_impl/rustc_use_parallel_compiler'] diff --git a/src/tools/rust-analyzer/crates/profile/Cargo.toml b/src/tools/rust-analyzer/crates/profile/Cargo.toml -index 6273ea5..642fb05 100644 +index 602e742..5faecc5 100644 --- a/src/tools/rust-analyzer/crates/profile/Cargo.toml +++ b/src/tools/rust-analyzer/crates/profile/Cargo.toml @@ -17,7 +17,6 @@ cfg-if = "1.0.0" @@ -36,7 +36,7 @@ index 6273ea5..642fb05 100644 -jemalloc-ctl = { version = "0.5.0", package = "tikv-jemalloc-ctl", optional = true } [target.'cfg(target_os = "linux")'.dependencies] - perf-event = "0.4.7" + perf-event = "=0.4.7" @@ -27,7 +26,6 @@ winapi = { version = "0.3.9", features = ["processthreadsapi", "psapi"] } [features] |