difftreelog
fix turns out, indicatif is still broken for some reason
in: trunk
2 files changed
cmds/fleet/Cargo.tomldiffbeforeafterboth--- a/cmds/fleet/Cargo.toml
+++ b/cmds/fleet/Cargo.toml
@@ -48,7 +48,7 @@
tracing-indicatif = { version = "0.3", optional = true }
[features]
-default = ["indicatif"]
+default = []
# Not quite stable
indicatif = [
"dep:tracing-indicatif",
cmds/install-secrets/Cargo.tomldiffbeforeafterboth5rust-version.workspace = true5rust-version.workspace = true667[dependencies]7[dependencies]8clap.workspace = true8age.workspace = true9fleet-shared.workspace = true9anyhow.workspace = true10age.workspace = true10clap.workspace = true11anyhow.workspace = true11fleet-shared.workspace = true12tracing.workspace = true12nix.workspace = true13tracing-subscriber.workspace = true13serde.workspace = true14serde.workspace = true14serde_json.workspace = true15serde_json.workspace = true15tempfile.workspace = true16tempfile.workspace = true16tracing.workspace = true17nix.workspace = true17tracing-subscriber.workspace = true1818