mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +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
|
debug-assertions = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
panic = 'unwind'
|
panic = 'unwind'
|
||||||
|
required-features = ['yolocrypto']
|
||||||
|
|
||||||
# The benchmarking profile, used for `cargo bench`.
|
# The benchmarking profile, used for `cargo bench`.
|
||||||
[profile.bench]
|
[profile.bench]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue