Skip to content

Commit

Permalink
Remove manage from default features
Browse files Browse the repository at this point in the history
For some reason, the manage extension is implemented by default by the
trussed-staging backend while the chunked and wrap-key-to-file
extensions have to be specified explicitly.  For consistency and to
avoid activating features we don’t need, this patch removes the manage
feature from the default features.
  • Loading branch information
robin-nitrokey committed Mar 24, 2024
1 parent 5fc0071 commit a9557b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][]

-
- Remove `manage` from default features.

[Unreleased]: https://github.com/trussed-dev/trussed-staging/compare/v0.2.0...HEAD

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ trussed-wrap-key-to-file = { version = "0.1.0", optional = true }
trussed = { workspace = true, features = ["virt"] }

[features]
default = ["manage"]
default = []

wrap-key-to-file = ["chacha20poly1305", "trussed-wrap-key-to-file"]
chunked = ["trussed-chunked", "chacha20poly1305/stream"]
Expand Down

0 comments on commit a9557b0

Please sign in to comment.