Skip to content

Commit

Permalink
Merge pull request #72 from huitseeker/thread-fiat-backends
Browse files Browse the repository at this point in the history
Threads the `fiat_{u32,u64}_backend` features through the feature set
  • Loading branch information
isislovecruft committed Sep 13, 2021
2 parents 3d87bd3 + 893e050 commit bf4c67a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# - update CHANGELOG
version = "1.1.1"
authors = [
"Isis Lovecruft <isis@patternsinthevoid.net>",
"Isis Lovecruft <isis@patternsinthevoid.net>",
"DebugSteven <debugsteven@gmail.com>",
"Henry de Valence <hdevalence@hdevalence.ca>",
]
Expand Down Expand Up @@ -55,3 +55,5 @@ std = ["curve25519-dalek/std"]
nightly = ["curve25519-dalek/nightly"]
u64_backend = ["curve25519-dalek/u64_backend"]
u32_backend = ["curve25519-dalek/u32_backend"]
fiat_u64_backend = ["curve25519-dalek/fiat_u64_backend"]
fiat_u32_backend = ["curve25519-dalek/fiat_u32_backend"]

0 comments on commit bf4c67a

Please sign in to comment.