File: bump-tempfile

package info (click to toggle)
rust-ognibuild 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,464 kB
  • sloc: makefile: 17
file content (14 lines) | stat: -rw-r--r-- 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ognibuild uses TempDir::keep which was introduced in 3.20
Index: ognibuild/Cargo.toml
===================================================================
--- ognibuild.orig/Cargo.toml
+++ ognibuild/Cargo.toml
@@ -282,7 +282,7 @@ version = "0.8.2"
 optional = true
 
 [dependencies.tempfile]
-version = ">=3"
+version = ">=3.20"
 
 [dependencies.tokio]
 version = "1"