From 6ae2f1ec311c6c39accc132f039ecf36919f92f2 Mon Sep 17 00:00:00 2001 From: Philippe Laferriere Date: Thu, 18 Jan 2024 16:05:44 -0500 Subject: [PATCH] fix miden-crypto branch --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index e7f14061c7..bfc51b3abf 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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]