File: 0013-relax-trycmd.patch

package info (click to toggle)
rustup 1.27.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,636 kB
  • sloc: sh: 856; python: 233; javascript: 183; makefile: 27
file content (13 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: rustup/Cargo.toml
===================================================================
--- rustup.orig/Cargo.toml
+++ rustup/Cargo.toml
@@ -101,7 +101,7 @@ enum-map = "2.5.0"
 proptest.workspace = true
 rustup-macros.workspace = true
 tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
-trycmd = "0.15.0"
+trycmd = "0.14"
 
 [build-dependencies]
 once_cell.workspace = true