Browse Source

chore: update crate version v0.10.3

main
Bobbin Threadbare 6 months ago
parent
commit
876d1bf97a
No known key found for this signature in database GPG Key ID: 289C444AD87BC941
3 changed files with 7 additions and 3 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      Cargo.lock
  3. +2
    -2
      Cargo.toml

+ 4
- 0
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) ## 0.10.2 (2024-09-25)
* Implement `get_size_hint` for `RpoDigest` and `RpxDigest` and expose constants for their serialized size (#330). * Implement `get_size_hint` for `RpoDigest` and `RpxDigest` and expose constants for their serialized size (#330).

+ 1
- 1
Cargo.lock

@ -519,7 +519,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]] [[package]]
name = "miden-crypto" name = "miden-crypto"
version = "0.10.2"
version = "0.10.3"
dependencies = [ dependencies = [
"blake3", "blake3",
"cc", "cc",

+ 2
- 2
Cargo.toml

@ -1,12 +1,12 @@
[package] [package]
name = "miden-crypto" name = "miden-crypto"
version = "0.10.2"
version = "0.10.3"
description = "Miden Cryptographic primitives" description = "Miden Cryptographic primitives"
authors = ["miden contributors"] authors = ["miden contributors"]
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
repository = "https://github.com/0xPolygonMiden/crypto" 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"] categories = ["cryptography", "no-std"]
keywords = ["miden", "crypto", "hash", "merkle"] keywords = ["miden", "crypto", "hash", "merkle"]
edition = "2021" edition = "2021"

Loading…
Cancel
Save