Skip to content

Commit 3d961ee

Browse files
committed
chore: update all crate versions to v0.8.3
1 parent 72f9b6f commit 3d961ee

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

air/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-air"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
description = "AIR components for the Winterfell STARK prover/verifier"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-air/0.8.1"
9+
documentation = "https://docs.rs/winter-air/0.8.3"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "arithmetization", "air"]
1212
edition = "2021"

crypto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-crypto"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
description = "Cryptographic library for the Winterfell STARK prover/verifier"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-crypto/0.8.1"
9+
documentation = "https://docs.rs/winter-crypto/0.8.3"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "merkle-tree", "hash"]
1212
edition = "2021"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
description = "Examples of using Winterfell STARK prover/verifier"
55
authors = ["winterfell contributors"]
66
readme = "README.md"

fri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-fri"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
description = "Implementation of FRI protocol for the Winterfell STARK prover/verifier"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-fri/0.8.1"
9+
documentation = "https://docs.rs/winter-fri/0.8.3"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "polynomial", "commitments"]
1212
edition = "2021"

math/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-math"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
description = "Math library for the Winterfell STARK prover/verifier"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-math/0.8.1"
9+
documentation = "https://docs.rs/winter-math/0.8.3"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "finite-fields", "polynomials", "fft"]
1212
edition = "2021"

prover/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-prover"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
description = "Winterfell STARK prover"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-prover/0.8.1"
9+
documentation = "https://docs.rs/winter-prover/0.8.3"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "zkp", "stark", "prover"]
1212
edition = "2021"

utils/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-utils"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
description = "Utilities for the Winterfell STARK prover/verifier"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-utils/0.8.2"
9+
documentation = "https://docs.rs/winter-utils/0.8.3"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["serialization", "transmute"]
1212
edition = "2021"

utils/rand/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-rand-utils"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
description = "Random value generation utilities for Winterfell crates"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-rand-utils/0.8.1"
9+
documentation = "https://docs.rs/winter-rand-utils/0.8.3"
1010
categories = ["cryptography"]
1111
keywords = ["rand"]
1212
edition = "2021"

verifier/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winter-verifier"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
description = "Winterfell STARK verifier"
55
authors = ["winterfell contributors"]
66
readme = "README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winter-verifier/0.8.1"
9+
documentation = "https://docs.rs/winter-verifier/0.8.3"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "zkp", "stark", "verifier"]
1212
edition = "2021"

winterfell/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "winterfell"
3-
version = "0.8.1"
3+
version = "0.8.3"
44
description = "Winterfell STARK prover and verifier"
55
authors = ["winterfell contributors"]
66
readme = "../README.md"
77
license = "MIT"
88
repository = "https://github.com/novifinancial/winterfell"
9-
documentation = "https://docs.rs/winterfell/0.8.1"
9+
documentation = "https://docs.rs/winterfell/0.8.3"
1010
categories = ["cryptography", "no-std"]
1111
keywords = ["crypto", "zkp", "stark", "prover", "verifier"]
1212
edition = "2021"

0 commit comments

Comments
 (0)