From b768f95550659567f8c708fc8bff02cfaced68c6 Mon Sep 17 00:00:00 2001 From: Irakliy Khaburzaniya Date: Mon, 18 Dec 2023 11:11:25 -0800 Subject: [PATCH] updated air crate version to v0.7.4 --- CHANGELOG.md | 3 +++ air/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a13415ab..15810157e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.7.4 (2023-12-18) - `air` crate only +* Fixed a bug in `StarkProof` deserialization (#236). + ## 0.7.4 (2023-12-07) - `utils/core` crate only * Added `Clone` derive to `DeserializationError`. diff --git a/air/Cargo.toml b/air/Cargo.toml index 66bc2e017..2709025e8 100644 --- a/air/Cargo.toml +++ b/air/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "winter-air" -version = "0.7.3" +version = "0.7.4" description = "AIR components for the Winterfell STARK prover/verifier" authors = ["winterfell contributors"] readme = "README.md" license = "MIT" repository = "https://github.com/novifinancial/winterfell" -documentation = "https://docs.rs/winter-air/0.7.3" +documentation = "https://docs.rs/winter-air/0.7.4" categories = ["cryptography", "no-std"] keywords = ["crypto", "arithmetization", "air"] edition = "2021"