Skip to content

Commit 2cdca38

Browse files
authored
release: v0.1.1 Spicier Shakshuka (#461)
1 parent bebab86 commit 2cdca38

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
@@ -3,16 +3,16 @@ members = ["math", "crypto", "gpu", "benches"]
33
exclude = ["ensure-no_std"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.1.1"
77
edition = "2021"
88
license = "Apache-2.0"
99
repository = "https://github.com/lambdaclass/lambdaworks"
1010

1111
[workspace.dependencies]
1212
iai-callgrind = "0.3.1"
13-
lambdaworks-crypto = { path = "./crypto", version = "0.1.0" }
14-
lambdaworks-gpu = { path = "./gpu", version = "0.1.0" }
15-
lambdaworks-math = { path = "./math", version = "0.1.0" }
13+
lambdaworks-crypto = { path = "./crypto", version = "0.1.1" }
14+
lambdaworks-gpu = { path = "./gpu", version = "0.1.1" }
15+
lambdaworks-math = { path = "./math", version = "0.1.1" }
1616

1717
[profile.bench]
1818
lto = true

0 commit comments

Comments
 (0)