File: remove-wasm-bindgen-test.patch

package info (click to toggle)
rust-chrono 0.4.42-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,572 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Subject: drop wasm-bindgen-test

The "version" crate isn't available in Debian, and we're not targeting
wasm closely, so it's simplest to drop this for now.

Index: chrono/Cargo.toml
===================================================================
--- chrono.orig/Cargo.toml
+++ chrono/Cargo.toml
@@ -160,3 +160,0 @@
-[target.'cfg(all(target_arch = "wasm32", not(any(target_os = "emscripten", target_os = "wasi"))))'.dev-dependencies.wasm-bindgen-test]
-version = "0.3"
-