From 934f5d17b198bd8397648c56bef939f95d232e9e Mon Sep 17 00:00:00 2001 From: Julien Cretin Date: Fri, 6 Sep 2024 16:56:22 +0200 Subject: [PATCH] Fix software-crypto-p256 on nordic (#604) --- crates/runner-nordic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/runner-nordic/Cargo.toml b/crates/runner-nordic/Cargo.toml index 804898aa..49261edf 100644 --- a/crates/runner-nordic/Cargo.toml +++ b/crates/runner-nordic/Cargo.toml @@ -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 = [