File: 2002_wit-component.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 (34 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description: avoid not-in-Debian crate wit-component
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2026-02-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -99,7 +99,6 @@
 serde_json = { workspace = true }
 walkdir = { workspace = true }
 bytesize = "1.3.0"
-wit-component = { workspace = true }
 cranelift-codegen = { workspace = true, features = ["disas", "trace-log", "timing"] }
 cranelift-reader = { workspace = true }
 toml = { workspace = true }
@@ -267,7 +266,6 @@
 wasmprinter = "0.239.0"
 wasm-encoder = "0.239.0"
 wit-parser = "0.239.0"
-wit-component = "0.239.0"
 
 # Non-Bytecode Alliance maintained dependencies:
 # --------------------------
--- a/crates/test-programs/artifacts/Cargo.toml
+++ b/crates/test-programs/artifacts/Cargo.toml
@@ -15,7 +15,6 @@
 
 [build-dependencies]
 heck = { workspace = true }
-wit-component = { workspace = true }
 wat = { workspace = true }
 cargo_metadata = ">= 0.19.2, <= 0.23"
 wasmtime-test-util = { workspace = true, features = ['wast'] }