Skip to content

Commit

Permalink
fix(deps): locked indicatif to v0.17.0-beta.1
Browse files Browse the repository at this point in the history
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`).
  • Loading branch information
arctic-hen7 committed Dec 26, 2021
1 parent 55cc681 commit 5b979bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include_dir = "0.6"
thiserror = "1"
fmterr = "0.1"
cargo_toml = "0.9"
indicatif = "0.17.0-beta.1" # Not stable, but otherwise error handling is just about impossible
indicatif = "=0.17.0-beta.1" # Not stable, but otherwise error handling is just about impossible
console = "0.14"
serde = "1"
serde_json = "1"
Expand Down

0 comments on commit 5b979bb

Please sign in to comment.