Skip to content

Commit 52835ff

Browse files
committed
fix: after rebase, remove p3-field dependency and
use re-exported trait from the `miden-field`.
1 parent e15e289 commit 52835ff

File tree

145 files changed

+30861
-14616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+30861
-14616
lines changed

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ midenc-expect-test = { path = "tools/expect-test" }
156156
miden-test-harness = { path = "test-harness/test-harness-lib" }
157157
miden-test-harness-macros = { path = "test-harness/test-harness-macros" }
158158
# TODO: switch to version after miden-crypto release
159-
miden-field = { path = "../../unified-felt/crypto/miden-field", version = "0.22" }
159+
# miden-field = { path = "../../unified-felt/crypto/miden-field", version = "0.22" }
160+
miden-field = { git = "https://github.com/0xMiden/crypto", rev = "21199a35d0a9e60bd210e95f72f08491c7af54dc", version = "0.22" }
160161

161162
[patch.crates-io]
162163
#miden-assembly = { git = "https://github.com/0xMiden/miden-vm", rev = "614cd7f9b52f45238b0ab59c71ebb49325051e5d" }

examples/auth-component-no-auth/Cargo.lock

Lines changed: 203 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)