1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Description: We don't need to use any release candidates in debian. Keep it simple.
Index: keyring/Cargo.toml
===================================================================
--- keyring.orig/Cargo.toml
+++ keyring/Cargo.toml
@@ -134,7 +134,7 @@ version = "1.5"
[target.'cfg(target_os = "linux")'.dependencies.dbus-secret-service]
-version = "4.0.0-rc.2"
+version = "4.0.1"
optional = true
[target.'cfg(target_os = "linux")'.dependencies.linux-keyutils]
|