Skip to content

Commit e3debf3

Browse files
change version (#981)
1 parent efa883e commit e3debf3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ exclude = ["ensure-no_std"]
2323
resolver = "2"
2424

2525
[workspace.package]
26-
version = "0.11.0"
26+
version = "0.12.0"
2727
edition = "2021"
2828
license = "Apache-2.0"
2929
repository = "https://github.com/lambdaclass/lambdaworks"
3030

3131
[workspace.dependencies]
32-
lambdaworks-crypto = { path = "./crates/crypto", version = "0.11.0", default-features = false }
33-
lambdaworks-gpu = { path = "./crates/gpu", version = "0.11.0" }
34-
lambdaworks-math = { path = "./crates/math", version = "0.11.0", default-features = false }
32+
lambdaworks-crypto = { path = "./crates/crypto", version = "0.12.0", default-features = false }
33+
lambdaworks-gpu = { path = "./crates/gpu", version = "0.12.0" }
34+
lambdaworks-math = { path = "./crates/math", version = "0.12.0", default-features = false }
3535
lambdaworks-groth16 = { path = "./crates/provers/groth16" }
3636
lambdaworks-circom-adapter = { path = "./crates/provers/groth16/circom-adapter" }
3737
lambdaworks-sumcheck = { path = "./crates/provers/sumcheck" }

crates/crypto/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Add this to your `Cargo.toml`
99
```toml
1010
[dependencies]
11-
lambdaworks-crypto = "0.11.0"
11+
lambdaworks-crypto = "0.12.0"
1212
```
1313

1414
## Structure

crates/math/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Add this to your `Cargo.toml`
99
```toml
1010
[dependencies]
11-
lambdaworks-math = "0.11.0"
11+
lambdaworks-math = "0.12.0"
1212
```
1313

1414
## Structure

0 commit comments

Comments
 (0)