mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
We're not so yolo that we're not gonna test. Test yolocrypto by default.
This commit is contained in:
parent
a1e9f10db2
commit
f8139da0b6
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ lto = false
|
|||
debug-assertions = true
|
||||
codegen-units = 1
|
||||
panic = 'unwind'
|
||||
required-features = ['yolocrypto']
|
||||
|
||||
# The benchmarking profile, used for `cargo bench`.
|
||||
[profile.bench]
|
||||
|
|
|
|||
Loading…
Reference in a new issue