Skip to content

Commit

Permalink
updated air crate version to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
irakliyk committed Dec 18, 2023
1 parent d0cbd0b commit b768f95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
4 changes: 2 additions & 2 deletions air/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b768f95

Please sign in to comment.