File: disable-instant.rs

package info (click to toggle)
rust-rhai 1.22.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,400 kB
  • sloc: makefile: 2
file content (30 lines) | stat: -rw-r--r-- 729 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
Description: Disable dependency instant
 which is unmaintained with outstanding bug, as reported in #1072807
Last-Update: 2024-06-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -242,4 +242,4 @@
-stdweb = [
-    "getrandom/js",
-    "instant/stdweb",
-]
+#stdweb = [
+#    "getrandom/js",
+#    "instant/stdweb",
+#]
@@ -251,4 +251,4 @@
-wasm-bindgen = [
-    "getrandom/js",
-    "instant/wasm-bindgen",
-]
+#wasm-bindgen = [
+#    "getrandom/js",
+#    "instant/wasm-bindgen",
+#]
@@ -260,2 +260,2 @@
-[target.'cfg(target_family = "wasm")'.dependencies.instant]
-version = "0.1.10"
+#[target.'cfg(target_family = "wasm")'.dependencies.instant]
+#version = "0.1.10"