Skip to content

Commit fe49217

Browse files
committed
Merge pull request #271 from DaGenix/fixups
Another workaround for overflow issues
2 parents 78ef338 + c342d29 commit fe49217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-crypto"
3-
version = "0.2.21"
3+
version = "0.2.22"
44
authors = ["The Rust-Crypto Project Developers"]
55
license = "MIT/Apache-2.0"
66
homepage = "https://github.com/DaGenix/rust-crypto/"
@@ -13,6 +13,7 @@ readme = "README.md"
1313
name = "crypto"
1414

1515
[profile.dev]
16+
opt-level = 2
1617
debug = false
1718

1819
[profile.test]

0 commit comments

Comments
 (0)