Skip to content

Commit

Permalink
chore: migrate miden-vm to use miden-crypto v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumuran committed Oct 18, 2024
1 parent d595f04 commit d24a429
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- [BREAKING] ExecutionOptions::new constructor requires a boolean to explicitly set debug mode (#1502)
- [BREAKING] The `run` and the `prove` commands in the cli will accept `--trace` flag instead of `--tracing` (#1502)
- Migrated to new padding rule for RPO (#1343).

- Migrated to `miden-crypto` v0.11.0 (#1343).

#### Fixes

Expand All @@ -27,13 +27,9 @@
- Fixed a bug in the block stack table (#1511) (#1512)
- Fixed the construction of the chiplets virtual table (#1514)
- Fixed the construction of the chiplets bus (#1516) (#1525)

#### Fixes

- Decorators are now allowed in empty basic blocks (#1466)


## 0.10.6 (2024-09-12) - `miden-processor` crate only.
## 0.10.6 (2024-09-12) - `miden-processor` crate only

#### Enhancements

Expand Down
5 changes: 3 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ std = [
lock_api = { version = "0.4", features = ["arc_lock"] }
math = { package = "winter-math", version = "0.9", default-features = false }
memchr = { version = "2.7", default-features = false }
#miden-crypto = { version = "0.10", default-features = false }
miden-crypto = { git = "https://github.com/0xPolygonMiden/crypto", branch = "al-rpo-new-padding-rule", default-features = false }
miden-crypto = { version = "0.11", default-features = false }
#miden-crypto = { git = "https://github.com/0xPolygonMiden/crypto", branch = "al-rpo-new-padding-rule", default-features = false }
miden-formatting = { version = "0.1", default-features = false }
miette = { package = "miden-miette", version = "7.1", default-features = false, features = [
"fancy-no-syscall",
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.80"
channel = "1.82"
components = ["rustfmt", "rust-src", "clippy"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit d24a429

Please sign in to comment.