git.delta.rocks / jrsonnet / refs/commits / c6d548433a70

difftreelog

fix turns out, indicatif is still broken for some reason

xkxnxltsYaroslav Bolyukin2025-07-17parent: #94ece5c.patch.diff
in: trunk

2 files changed

modifiedcmds/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",
modifiedcmds/install-secrets/Cargo.tomldiffbeforeafterboth
5rust-version.workspace = true5rust-version.workspace = true
66
7[dependencies]7[dependencies]
8clap.workspace = true8age.workspace = true
9fleet-shared.workspace = true9anyhow.workspace = true
10age.workspace = true10clap.workspace = true
11anyhow.workspace = true11fleet-shared.workspace = true
12tracing.workspace = true12nix.workspace = true
13tracing-subscriber.workspace = true13serde.workspace = true
14serde.workspace = true14serde_json.workspace = true
15serde_json.workspace = true15tempfile.workspace = true
16tempfile.workspace = true16tracing.workspace = true
17nix.workspace = true17tracing-subscriber.workspace = true
1818