Skip to content

Commit 0c23464

Browse files
authored
Release v0.10.0: Crazy Chipotle (#903)
1 parent 5bad6b6 commit 0c23464

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ exclude = ["ensure-no_std"]
55
resolver = "2"
66

77
[workspace.package]
8-
version = "0.9.0"
8+
version = "0.10.0"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
repository = "https://github.com/lambdaclass/lambdaworks"
1212

1313
[workspace.dependencies]
1414
iai-callgrind = "0.3.1"
15-
lambdaworks-crypto = { path = "./crypto", version = "0.9.0", default-features = false }
16-
lambdaworks-gpu = { path = "./gpu", version = "0.9.0" }
17-
lambdaworks-math = { path = "./math", version = "0.9.0", default-features = false }
15+
lambdaworks-crypto = { path = "./crypto", version = "0.10.0", default-features = false }
16+
lambdaworks-gpu = { path = "./gpu", version = "0.10.0" }
17+
lambdaworks-math = { path = "./math", version = "0.10.0", default-features = false }
1818
stark-platinum-prover = { path = "./provers/stark" }
1919
cairo-platinum-prover = { path = "./provers/cairo" }
2020
lambdaworks-winterfell-adapter = { path = "./provers/winterfell_adapter"}

0 commit comments

Comments
 (0)