Skip to content

Commit bff58a8

Browse files
committed
fix: build indicatif dependency console with std feature on
1 parent 7d609ff commit bff58a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/proof-params-generate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
# parallel.
2222
matrix:
2323
size: [2048, 4096, 16384, 32768]
24+
fail-fast: false
2425

2526
steps:
2627
- uses: actions/checkout@v4

fil-proofs-param/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fil_logger.workspace = true
2323
flate2 = { version = "1.0.9", features = ["rust_backend"] }
2424
gperftools = { workspace = true, optional = true }
2525
humansize.workspace = true
26-
indicatif = "0.16.2"
26+
indicatif = { version = "0.16.2", default-features = true }
2727
itertools.workspace = true
2828
lazy_static.workspace = true
2929
log.workspace = true

0 commit comments

Comments
 (0)