Skip to content

Commit

Permalink
chore: fix clap version to prevent rust version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Apr 26, 2024
1 parent 2ee2716 commit 626fe0a
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 6 deletions.
71 changes: 65 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions snark-verifier-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ criterion-macro = "0.4"
# loader_evm
crossterm = { version = "0.25" }
ratatui = { version = "0.24", default-features = false, features = ["crossterm"] }
clap = "=4.4" # fix clap version to prevent requiring rustc 1.74
clap_builder = "=4.4"
clap_lex = "=0.6.0"

[features]
default = ["loader_halo2", "loader_evm", "halo2-axiom", "halo2-base/jemallocator", "display"]
Expand Down

0 comments on commit 626fe0a

Please sign in to comment.