Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/proof-params-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
# parallel.
matrix:
size: [2048, 4096, 16384, 32768]
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions fil-proofs-param/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ flate2 = { version = "1.0.9", features = ["rust_backend"] }
gperftools = { workspace = true, optional = true }
humansize.workspace = true
indicatif = "0.16.2"
console = { version = "0.16.0", features = ["std"] }
itertools.workspace = true
lazy_static.workspace = true
log.workspace = true
Expand Down
Loading