Update indicatif branch name (#308)

They changed the name of their master branch to "main",
so this fails to build if you don't have an existing Cargo.lock file.
This commit is contained in:
Josh Holmer 2021-07-18 21:55:03 -04:00 committed by GitHub
parent 532c6331b1
commit c2ec5a929f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ failure = "0.1.8"
regex = "1.5.4"
plotters = "0.3.1"
splines = "4.0.0"
indicatif = { git = "https://github.com/mitsuhiko/indicatif" }
indicatif = { git = "https://github.com/mitsuhiko/indicatif", branch = "main" }
once_cell = "1.8.0"
chrono = "0.4.19"
strum = { version = "0.21", features = ["derive"] }