diff options
Diffstat (limited to 'devel/dorst/files/patch-Cargo.toml')
-rw-r--r-- | devel/dorst/files/patch-Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/dorst/files/patch-Cargo.toml b/devel/dorst/files/patch-Cargo.toml new file mode 100644 index 000000000000..5436808de00b --- /dev/null +++ b/devel/dorst/files/patch-Cargo.toml @@ -0,0 +1,11 @@ +--- Cargo.toml.orig 2025-06-10 14:18:54 UTC ++++ Cargo.toml +@@ -27,7 +27,7 @@ clap = { version = "4.5", features = ["string"], optio + anyhow = "1.0" + async-channel = { version = "2.3", optional = true } + clap = { version = "4.5", features = ["string"], optional = true } +-git2 = { version = "0.20", features = ["vendored-openssl"] } ++git2 = { version = "0.20" } + glib = { version = "0.20", optional = true } + gtk = { version = "0.9", package = "gtk4", features = ["v4_18"], optional = true } + indicatif = { version = "0.17", optional = true } |