Skip to content

Commit c718c5d

Browse files
authored
Release v0.2.0: Tasty Tabule (lambdaclass#583)
1 parent c76dbf6 commit c718c5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ exclude = ["ensure-no_std"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.1.4"
7+
version = "0.2.0"
88
edition = "2021"
99
license = "Apache-2.0"
1010
repository = "https://github.com/lambdaclass/lambdaworks"
1111

1212
[workspace.dependencies]
1313
iai-callgrind = "0.3.1"
14-
lambdaworks-crypto = { path = "./crypto" }
15-
lambdaworks-gpu = { path = "./gpu" }
16-
lambdaworks-math = { path = "./math" }
17-
stark-platinum-prover = { path = "./provers/stark" }
14+
lambdaworks-crypto = { path = "./crypto", version = "0.2.0" }
15+
lambdaworks-gpu = { path = "./gpu", version = "0.2.0" }
16+
lambdaworks-math = { path = "./math", version = "0.2.0" }
17+
stark-platinum-prover = { path = "./provers/stark", version = "0.2.0" }
1818

1919
[profile.bench]
2020
lto = true

0 commit comments

Comments
 (0)