Skip to content

Commit

Permalink
chore: use latest crypto crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Nov 26, 2024
1 parent d44cc4e commit 487f2d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

3 changes: 1 addition & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ std = [
lock_api = { version = "0.4", features = ["arc_lock"] }
math = { package = "winter-math", version = "0.11", default-features = false }
memchr = { version = "2.7", default-features = false }
#miden-crypto = { version = "0.13", default-features = false }
miden-crypto = { git = "https://github.com/0xPolygonMiden/crypto", branch = "next", default-features = false }
miden-crypto = { version = "0.13", default-features = false }
miden-formatting = { version = "0.1", default-features = false }
miette = { package = "miden-miette", version = "7.1", default-features = false, optional = true, features = [
"fancy-no-syscall",
Expand Down

0 comments on commit 487f2d8

Please sign in to comment.