File: relax-dependencies.patch

package info (click to toggle)
rust-base64-url 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@
 repository = "https://github.com/magiclen/base64-url"
 
 [dependencies.base64]
-version = "0.22"
+version = "0"
 features = ["alloc"]
 default-features = false