2023-12-15 11:19:27 +00:00
|
|
|
diff -Nur nmstate-2.2.21.orig/rust/src/lib/Cargo.toml nmstate-2.2.21/rust/src/lib/Cargo.toml
|
|
|
|
--- nmstate-2.2.21.orig/rust/src/lib/Cargo.toml 2023-12-14 19:21:53.000000000 +0800
|
|
|
|
+++ nmstate-2.2.21/rust/src/lib/Cargo.toml 2023-12-15 19:04:02.936926574 +0800
|
|
|
|
@@ -61,6 +61,6 @@
|
2023-01-16 06:35:39 +00:00
|
|
|
|
|
|
|
[features]
|
2023-12-15 11:19:27 +00:00
|
|
|
default = ["query_apply", "gen_conf", "gen_revert"]
|
2023-01-16 06:35:39 +00:00
|
|
|
-query_apply = ["nispor", "nix", "zbus"]
|
|
|
|
+query_apply = ["dep:nispor", "dep:nix", "dep:zbus"]
|
|
|
|
gen_conf = []
|
2023-12-15 11:19:27 +00:00
|
|
|
gen_revert = []
|