From 41c38b4b5dff4e12b107b7b0121df8297df6e17f Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Wed, 22 Feb 2023 08:22:25 -0800 Subject: [PATCH] chore: changed version to v0.1.4 in Cargo.toml --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 49041ad..5886cd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "miden-crypto" -version = "0.1.5" -description="Miden Cryptographic primitives" +version = "0.1.4" +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.1.3" +documentation = "https://docs.rs/miden-crypto/0.1.4" categories = ["cryptography", "no-std"] keywords = ["miden", "crypto", "hash", "merkle"] edition = "2021"