Skip to content

Commit

Permalink
Bugfix/errors after merge (#15)
Browse files Browse the repository at this point in the history
* bugfix/Fixed minor use-flag errors after merge

* bugfix/Additional changes for use-flag handling & Clippy fixes

* bugfix/missing feature check in test package

* bugfix/added use-flag for nks
  • Loading branch information
ngussek authored Jun 13, 2024
1 parent e122996 commit 0dfe816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ debug = false
strip = "symbols"

[features]
nks = ["core", "x25519-dalek"]
nks = ["core", "x25519-dalek", "hcvault"]
android = ["robusta_jni", "libloading", "tracing-android", "x25519-dalek"]
debug = []
hsm = []
Expand Down

0 comments on commit 0dfe816

Please sign in to comment.