File: relax-async-tungstenite.diff

package info (click to toggle)
rust-magic-wormhole 0.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,856 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -198,7 +198,7 @@
 version = "2.2.0"
 
 [target.'cfg(not(target_family = "wasm"))'.dependencies.async-tungstenite]
-version = "0.29"
+version = "0.28"
 features = ["async-std-runtime"]
 
 [target.'cfg(not(target_family = "wasm"))'.dependencies.if-addrs]