Skip to content

Commit 78ef338

Browse files
committed
Merge pull request #270 from DaGenix/fixups
Disable debug in all profiles since rust-crypto triggers integer overflow errors all over the place
2 parents b6dbb67 + 72d5193 commit 78ef338

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 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.20"
3+
version = "0.2.21"
44
authors = ["The Rust-Crypto Project Developers"]
55
license = "MIT/Apache-2.0"
66
homepage = "https://github.com/DaGenix/rust-crypto/"
@@ -12,8 +12,12 @@ readme = "README.md"
1212
[lib]
1313
name = "crypto"
1414

15+
[profile.dev]
16+
debug = false
17+
1518
[profile.test]
1619
opt-level = 2
20+
debug = false
1721

1822
[dependencies]
1923
time = "*"

0 commit comments

Comments
 (0)