Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit a89add3

Browse files
committed
Revert "Temporarily pin indicatif to 0.17.9"
This reverts commit e901b3e.
1 parent e901b3e commit a89add3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/libm-test/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ anyhow = "1.0.95"
3131
# This is not directly used but is required so we can enable `gmp-mpfr-sys/force-cross`.
3232
gmp-mpfr-sys = { version = "1.6.4", optional = true, default-features = false }
3333
iai-callgrind = { version = "0.14.0", optional = true }
34-
# 0.17.10 made `ProgressStyle` non-`Sync`
35-
indicatif = { version = "=0.17.9", default-features = false }
34+
indicatif = { version = "0.17.9", default-features = false }
3635
libm = { path = "../..", features = ["unstable-public-internals"] }
3736
libm-macros = { path = "../libm-macros" }
3837
musl-math-sys = { path = "../musl-math-sys", optional = true }

0 commit comments

Comments
 (0)