File: 2002_shuffling-allocator.patch

package info (click to toggle)
rust-wasmtime 36.0.6%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 60,640 kB
  • sloc: cpp: 5,670; ansic: 4,079; sh: 636; javascript: 608; asm: 110; ml: 96; makefile: 63; python: 12
file content (16 lines) | stat: -rw-r--r-- 620 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: avoid not-in-Debian crate shuffling-allocator
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-10-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/crates/bench-api/Cargo.toml
+++ b/crates/bench-api/Cargo.toml
@@ -20,7 +20,6 @@
 
 [dependencies]
 anyhow = { workspace = true }
-shuffling-allocator = { version = "1.1.1", optional = true }
 target-lexicon = { workspace = true }
 wasmtime = { workspace = true, default-features = true, features = ["winch", "pulley"] }
 wasmtime-cli-flags = { workspace = true, default-features = true, features = [