Skip to content

Commit

Permalink
Fix software-crypto-p256 on nordic (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Sep 6, 2024
1 parent 22deee2 commit 934f5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/runner-nordic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ features = [
# Software crypto features. The software-crypto feature enables all of them.
software-crypto = ["software-crypto-aes256-gcm", "software-crypto-p256", "software-crypto-sha256"]
software-crypto-aes256-gcm = ["wasefire-scheduler/software-crypto-aes256-gcm"]
software-crypto-p256 = ["wasefire-scheduler/software-crypto-p256"]
software-crypto-p256 = ["software-crypto-sha256", "wasefire-scheduler/software-crypto-p256"]
software-crypto-sha256 = ["wasefire-scheduler/software-crypto-sha256"]
# Exactly one is enabled by xtask.
debug = [
Expand Down

0 comments on commit 934f5d1

Please sign in to comment.