Skip to content

Commit

Permalink
chore: update crate version to 0.14.0 and MSRV to 1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Jan 23, 2025
1 parent a75dced commit 0e85398
Show file tree
Hide file tree
Showing 8 changed files with 84 additions and 77 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.14.0 (TBD)

- [BREAKING] Increment minimum supported Rust version to 1.84.

## 0.13.1 (2024-12-26)

- Generate reverse mutations set on applying of mutations set, implemented serialization of `MutationsSet` (#355).
Expand Down
137 changes: 70 additions & 67 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "miden-crypto"
version = "0.13.1"
version = "0.14.0"
description = "Miden Cryptographic primitives"
authors = ["miden contributors"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xPolygonMiden/crypto"
documentation = "https://docs.rs/miden-crypto/0.13.1"
documentation = "https://docs.rs/miden-crypto/0.14.0"
categories = ["cryptography", "no-std"]
keywords = ["miden", "crypto", "hash", "merkle"]
edition = "2021"
rust-version = "1.82"
rust-version = "1.84"

[[bin]]
name = "miden-crypto"
Expand Down
Loading

0 comments on commit 0e85398

Please sign in to comment.