File: relax-deps.patch

package info (click to toggle)
rust-rustfft 6.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,140 kB
  • sloc: python: 203; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -89,14 +89,14 @@
 version = "0.2"
 
 [dev-dependencies.bumpalo]
-version = "=3.14.0"
+version = "3.14.0"
 
 [dev-dependencies.getrandom]
 version = "^0.2"
 features = ["js"]
 
 [dev-dependencies.libc]
-version = "=0.2.163"
+version = "0.2.163"
 
 [dev-dependencies.once_cell]
 version = "=1.20.2"