Skip to content

Commit

Permalink
fix miden-crypto branch
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Jan 18, 2024
1 parent 646a7c8 commit 6ae2f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ std = ["miden-crypto/std", "math/std", "winter-utils/std"]
[dependencies]
math = { package = "winter-math", version = "0.7", default-features = false }
# miden-crypto = { package = "miden-crypto", version = "0.8", default-features = false }
miden-crypto = { package = "miden-crypto", git = "https://github.com/0xPolygonMiden/crypto", branch= "plafer-smt-trait", default-features = false }
miden-crypto = { package = "miden-crypto", git = "https://github.com/0xPolygonMiden/crypto", branch = "next", default-features = false }
winter-utils = { package = "winter-utils", version = "0.7", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 6ae2f1e

Please sign in to comment.