Skip to content

Commit

Permalink
release: bump to 0.1.2 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen authored Jun 28, 2023
1 parent 0a0c7e1 commit fc4c19f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ members = ["math", "crypto", "gpu", "benches"]
exclude = ["ensure-no_std"]

[workspace.package]
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/lambdaclass/lambdaworks"

[workspace.dependencies]
iai-callgrind = "0.3.1"
lambdaworks-crypto = { path = "./crypto", version = "0.1.1" }
lambdaworks-gpu = { path = "./gpu", version = "0.1.1" }
lambdaworks-math = { path = "./math", version = "0.1.1" }
lambdaworks-crypto = { path = "./crypto", version = "0.1.2" }
lambdaworks-gpu = { path = "./gpu", version = "0.1.2" }
lambdaworks-math = { path = "./math", version = "0.1.2" }

[profile.bench]
lto = true
Expand Down

0 comments on commit fc4c19f

Please sign in to comment.