File: dep-serde-urlecoded.patch

package info (click to toggle)
rust-magnet-uri 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ categories = ["network-programming"]
 license = "MIT"
 repository = "https://github.com/pierd/magnet-uri"
 [dependencies.serde_urlencoded]
-version = "0.5.3"
+version = "0.*"
 [badges.travis-ci]
 branch = "master"
 repository = "pierd/magnet-uri"