File: relax-deps.patch

package info (click to toggle)
rust-wasm-gen 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 48c56b7..d94233c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ keywords = ["WebAssembly", "gen", "generate", "wasm", "module"]
 license = "MIT"
 repository = "https://github.com/xtuc/wasm-gen"
 [dependencies.byteorder]
-version = "0.5"
+version = "1"
 default-features = false
 
 [dependencies.leb128]