nixpkgs/pkgs/servers/routinator/Cargo.toml.patch
0x4A6F 13c798e8e7 routinator: 0.10.0 -> 0.10.1
(cherry picked from commit 01af935180289b3c3dde5add60b88392bcafeb4b)
2021-09-29 20:12:06 +01:00

14 lines
312 B
Diff

diff --git a/Cargo.toml b/Cargo.toml
index 7f07b3b..7d7af0a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ syslog = "5.0.0"
rustc_version = "0.4.0"
[features]
-default = [ "socks", "ui"]
+default = [ "socks" ]
extra-debug = ["rpki/extra-debug"]
socks = [ "reqwest/socks" ]
rta = []