diff --git a/examples/coap/Cargo.toml b/examples/coap/Cargo.toml index 6269e354..83a0941f 100644 --- a/examples/coap/Cargo.toml +++ b/examples/coap/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -edhoc-rs = { path = "../../lib", features = [ "crypto-psa" ] } +edhoc-rs = { path = "../../lib", features = [ "crypto-hacspec" ] } hexlit = "0.5.3" coap = { version = "0.13" } coap-lite = { version = "0.11.3" }