Skip to content

Commit

Permalink
Use main of clio for security fix
Browse files Browse the repository at this point in the history
Temporarily override where we get clio from, until a version that
includes aj-bagwell/clio#21 is released on
crates.io.

Fixes https://github.com/0xmozak/mozak-vm/security/dependabot/1
  • Loading branch information
matthiasgoergens committed Jul 19, 2023
1 parent aba2453 commit db58ad6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 30 deletions.
39 changes: 9 additions & 30 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ plonky2_maybe_rayon = { git = "https://github.com/0xmozak/plonky2.git" }
plonky2 = { git = "https://github.com/0xmozak/plonky2.git" }
starky = { git = "https://github.com/0xmozak/plonky2.git" }
plonky2_util = { git = "https://github.com/0xmozak/plonky2.git" }

# Temporary override until a version that includes
# https://github.com/aj-bagwell/clio/pull/21 is released on crates.io
clio = { git = "https://github.com/aj-bagwell/clio.git" }

0 comments on commit db58ad6

Please sign in to comment.