From 1d3a54ec70519083b6c368099fe5db7b8b84e1e7 Mon Sep 17 00:00:00 2001 From: Irakliy Khaburzaniya Date: Tue, 19 Nov 2024 14:32:47 -0800 Subject: [PATCH] increment crate versions v0.10.3 --- winterfell/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winterfell/Cargo.toml b/winterfell/Cargo.toml index 6ade01023..bee4d0bc8 100644 --- a/winterfell/Cargo.toml +++ b/winterfell/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "winterfell" -version = "0.10.2" +version = "0.10.3" description = "Winterfell STARK prover and verifier" authors = ["winterfell contributors"] readme = "../README.md" license = "MIT" repository = "https://github.com/novifinancial/winterfell" -documentation = "https://docs.rs/winterfell/0.10.2" +documentation = "https://docs.rs/winterfell/0.10.3" categories = ["cryptography", "no-std"] keywords = ["crypto", "zkp", "stark", "prover", "verifier"] edition = "2021"