Revert "Temporarily pin indicatif to 0.17.9"
This reverts commit 1dacdabdb6186f97144c50f8952575576deb3730.
This commit is contained in:
parent
176d22db12
commit
396725e146
1 changed files with 1 additions and 2 deletions
|
|
@ -31,8 +31,7 @@ anyhow = "1.0.95"
|
|||
# This is not directly used but is required so we can enable `gmp-mpfr-sys/force-cross`.
|
||||
gmp-mpfr-sys = { version = "1.6.4", optional = true, default-features = false }
|
||||
iai-callgrind = { version = "0.14.0", optional = true }
|
||||
# 0.17.10 made `ProgressStyle` non-`Sync`
|
||||
indicatif = { version = "=0.17.9", default-features = false }
|
||||
indicatif = { version = "0.17.9", default-features = false }
|
||||
libm = { path = "../..", features = ["unstable-public-internals"] }
|
||||
libm-macros = { path = "../libm-macros" }
|
||||
musl-math-sys = { path = "../musl-math-sys", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue