We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06923ef commit 90372f3Copy full SHA for 90372f3
Cargo.toml
@@ -13,7 +13,7 @@ exclude = [
13
"no-std-check",
14
]
15
16
-# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well
+# Our tests do actual crypto and lots of work, the tradeoff for -O2 is well
17
# worth it. Note that we only apply optimizations to dependencies, not workspace
18
# crates themselves.
19
# https://doc.rust-lang.org/cargo/reference/profiles.html#profile-selection
0 commit comments