Skip to content

Commit 5b979bb

Browse files
committed
fix(deps): locked indicatif to v0.17.0-beta.1
If they release a new breaking change, this would break production Perseus deployments without this lock (as happened with `clap` during the beta versions of Perseus `v0.3.0`).
1 parent 55cc681 commit 5b979bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/perseus-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include_dir = "0.6"
2323
thiserror = "1"
2424
fmterr = "0.1"
2525
cargo_toml = "0.9"
26-
indicatif = "0.17.0-beta.1" # Not stable, but otherwise error handling is just about impossible
26+
indicatif = "=0.17.0-beta.1" # Not stable, but otherwise error handling is just about impossible
2727
console = "0.14"
2828
serde = "1"
2929
serde_json = "1"

0 commit comments

Comments
 (0)