Skip to content

Commit

Permalink
update version to 0.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead authored and swcurran committed Jun 10, 2024
1 parent 0d7758f commit 53b6424
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
name = "anoncreds-clsignatures"
readme = "README.md"
repository = "https://github.com/hyperledger/anoncreds-clsignatures-rs"
version = "0.3.2"
version = "0.3.3"
rust-version = "1.65"

[lib]
Expand Down Expand Up @@ -38,3 +38,9 @@ rmp-serde = "1"
[[bench]]
name = "cl"
harness = false

# speed up big numbers and prime generation for tests
[profile.test.package.num-bigint]
opt-level = 3
[profile.test.package.glass_pumpkin]
opt-level = 3

0 comments on commit 53b6424

Please sign in to comment.