Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Oct 28, 2024
1 parent a323d76 commit 21ce15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.11.0 (2024-10-17)

- Updated Winterfell dependency to v0.10 (#338).
- [BREAKING]: renamed `Mmr::open()` into `Mmr::open_at()` and `Mmr::peaks()` into `Mmr::peaks_at()` (#234).
- Added `Mmr::open()` and `Mmr::peaks()` which rely on `Mmr::open_at()` and `Mmr::peaks()` respectively (#234).
- Standardized CI and Makefile across Miden repos (#323).
Expand Down
2 changes: 1 addition & 1 deletion src/hash/blake/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use core::{
ops::Deref,
slice::from_raw_parts,
};
use std::vec::Vec;
use alloc::vec::Vec;

use super::{Digest, ElementHasher, Felt, FieldElement, Hasher};
use crate::utils::{
Expand Down

0 comments on commit 21ce15e

Please sign in to comment.