Skip to content

Commit

Permalink
Enable static_secrets feature to fix build (#4208)
Browse files Browse the repository at this point in the history
  • Loading branch information
octol authored Dec 1, 2023
1 parent 4f818b0 commit 49b4217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/wireguard-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 49b4217

Please sign in to comment.