From 876d1bf97aad45100fd725304569a62f0103d13b Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Thu, 26 Sep 2024 09:37:34 -0700 Subject: [PATCH] chore: update crate version v0.10.3 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fcc430..f29930f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.10.3 (2024-09-25) + +* Implement `get_size_hint` for `Smt` (#331). + ## 0.10.2 (2024-09-25) * Implement `get_size_hint` for `RpoDigest` and `RpxDigest` and expose constants for their serialized size (#330). diff --git a/Cargo.lock b/Cargo.lock index 2481d9f..a3309a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,7 +519,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "miden-crypto" -version = "0.10.2" +version = "0.10.3" dependencies = [ "blake3", "cc", diff --git a/Cargo.toml b/Cargo.toml index 843b0e4..2b5e0eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "miden-crypto" -version = "0.10.2" +version = "0.10.3" 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.10.2" +documentation = "https://docs.rs/miden-crypto/0.10.3" categories = ["cryptography", "no-std"] keywords = ["miden", "crypto", "hash", "merkle"] edition = "2021"