Skip to content

Commit 543f0bc

Browse files
MauroToscanoOppen
andauthored
Release: v0.5.0 (#750)
* Update version * Specify deps versions --------- Co-authored-by: Mario Rugiero <[email protected]>
1 parent 80a3ff6 commit 543f0bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
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.4.0"
8+
version = "0.5.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", default-features = false }
16-
lambdaworks-gpu = { path = "./gpu" }
17-
lambdaworks-math = { path = "./math", default-features = false }
15+
lambdaworks-crypto = { path = "./crypto", version = "0.5.0", default-features = false }
16+
lambdaworks-gpu = { path = "./gpu", version = "0.5.0" }
17+
lambdaworks-math = { path = "./math", version = "0.5.0", default-features = false }
1818
stark-platinum-prover = { path = "./provers/stark" }
1919
cairo-platinum-prover = { path = "./provers/cairo" }
2020
lambdaworks-winterfell-adapter = { path = "./winterfell_adapter"}

0 commit comments

Comments
 (0)