chore: update crate version to v0.8

This commit is contained in:
Bobbin Threadbare 2023-10-11 21:57:46 -07:00 committed by Bobbin Threadbare
parent c86bdc6d51
commit 0a2d440524

View file

@ -1,12 +1,12 @@
[package]
name = "miden-crypto"
version = "0.7.1"
version = "0.8.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.7.1"
documentation = "https://docs.rs/miden-crypto/0.8.0"
categories = ["cryptography", "no-std"]
keywords = ["miden", "crypto", "hash", "merkle"]
edition = "2021"