Skip to content

Commit 686e83d

Browse files
authored
fixed maybe-async dependency (#337)
1 parent 80e8dab commit 686e83d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<a href="https://github.com/novifinancial/winterfell/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
44
<img src="https://github.com/novifinancial/winterfell/workflows/CI/badge.svg?branch=main">
55
<a href="https://deps.rs/repo/github/novifinancial/winterfell"><img src="https://deps.rs/repo/github/novifinancial/winterfell/status.svg"></a>
6-
<img src="https://img.shields.io/badge/prover-rustc_1.78+-lightgray.svg">
7-
<img src="https://img.shields.io/badge/verifier-rustc_1.78+-lightgray.svg">
6+
<img src="https://img.shields.io/badge/prover-rustc_1.82+-lightgray.svg">
7+
<img src="https://img.shields.io/badge/verifier-rustc_1.82+-lightgray.svg">
88
<a href="https://crates.io/crates/winterfell"><img src="https://img.shields.io/crates/v/winterfell"></a>
99

1010
A STARK prover and verifier for arbitrary computations.

prover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ air = { version = "0.10", path = "../air", package = "winter-air", default-featu
3434
crypto = { version = "0.10", path = "../crypto", package = "winter-crypto", default-features = false }
3535
fri = { version = "0.10", path = '../fri', package = "winter-fri", default-features = false }
3636
math = { version = "0.10", path = "../math", package = "winter-math", default-features = false }
37-
maybe_async = { path = "../utils/maybe_async" , package = "winter-maybe-async" }
37+
maybe_async = { version = "0.10", path = "../utils/maybe_async" , package = "winter-maybe-async" }
3838
tracing = { version = "0.1", default-features = false, features = ["attributes"]}
3939
utils = { version = "0.10", path = "../utils/core", package = "winter-utils", default-features = false }
4040

0 commit comments

Comments
 (0)