Skip to content

Commit 4703768

Browse files
committed
fix: build console with std feature enabled
1 parent 7d609ff commit 4703768

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ flate2 = { version = "1.0.9", features = ["rust_backend"] }
2424
gperftools = { workspace = true, optional = true }
2525
humansize.workspace = true
2626
indicatif = "0.16.2"
27+
console = { version = "0.16.0", features = ["std"] }
2728
itertools.workspace = true
2829
lazy_static.workspace = true
2930
log.workspace = true

0 commit comments

Comments
 (0)