You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-opener/opener-fix-metadata.diff

27 lines
568 B

--- opener-0.6.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ opener-0.6.1/Cargo.toml 2023-11-09T14:39:23.051517+00:00
@@ -36,23 +36,8 @@
[dev-dependencies.version-sync]
version = "0.9"
-[features]
-reveal = [
- "dep:url",
- "dep:dbus",
-]
-
[target."cfg(target_os = \"linux\")".dependencies.bstr]
version = "1"
-
-[target."cfg(target_os = \"linux\")".dependencies.dbus]
-version = "0.9"
-features = ["vendored"]
-optional = true
-
-[target."cfg(target_os = \"linux\")".dependencies.url]
-version = "2"
-optional = true
[badges.appveyor]
branch = "master"