Enable static_secrets feature to fix build (#4208)

This commit is contained in:
Jon Häggblad
2023-12-01 22:03:27 +01:00
committed by GitHub
parent 4f818b0c2e
commit 49b4217cc0
+1 -1
View File
@@ -29,7 +29,7 @@ sha2 = { version = "0.10.8", optional = true }
utoipa = { workspace = true, optional = true }
serde_json = { workspace = true, optional = true }
x25519-dalek = "2.0.0"
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
[dev-dependencies]
rand = "0.7.3"