mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-util/fnm: new package, add 1.31.0
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
11
dev-util/fnm/files/fnm-1.31.0-cargo.patch
Normal file
11
dev-util/fnm/files/fnm-1.31.0-cargo.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -25,7 +25,7 @@ log = "0.4.14"
|
||||
env_logger = "0.9.0"
|
||||
atty = "0.2.14"
|
||||
encoding_rs_io = "0.1.7"
|
||||
-reqwest = { git = "https://github.com/seanmonstar/reqwest.git", rev = "d92d2aa3ce4667faa38454c8dae4fa9f72b91b71", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
|
||||
+reqwest = { path = @@REQWEST_PATH@@, features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
|
||||
url = "2.2.2"
|
||||
sysinfo = "0.23.2"
|
||||
thiserror = "1.0.30"
|
||||
Reference in New Issue
Block a user