Skip to content

Commit

Permalink
chore: update miden-crypto dependency to the crates.io version
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Aug 7, 2024
1 parent 858ba3c commit 33aec99
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 35 deletions.
110 changes: 76 additions & 34 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ std = [
[dependencies]
math = { package = "winter-math", version = "0.9", default-features = false }
memchr = { version = "2.7", default-features = false }
miden-crypto = { git = "https://github.com/0xPolygonMiden/crypto", branch = "next", default-features = false }
miden-crypto = { version = "0.10", default-features = false }
miden-formatting = { version = "0.1", default-features = false }
miette = { version = "7.1.0", git = "https://github.com/bitwalker/miette", branch = "no-std", default-features = false, features = [
"fancy-no-syscall",
Expand Down

0 comments on commit 33aec99

Please sign in to comment.