diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-16 23:52:18 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-16 23:52:18 +0100 |
commit | ac45a4bd969e1f984e704852cf7f191aa24dfcae (patch) | |
tree | 2ab98244884264beee283efd2cd28585b4d27755 | |
parent | 7cf747d56ddc0b7eeedc3caf36dcc909907a171c (diff) | |
download | nitrokey-rs-ac45a4bd969e1f984e704852cf7f191aa24dfcae.tar.gz nitrokey-rs-ac45a4bd969e1f984e704852cf7f191aa24dfcae.tar.bz2 |
Remove the test-pro and test-storage features
Since commit 65bff57e6139cc126191d4faabbcf74118932dd2, we use the
nitrokey-test crate to select test cases. Previously, we used the
features test-pro and test-storage to select test suites. These
features are now obsolete.
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | Cargo.toml | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3845aaf..901f4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Unreleased +- Remove the `test-pro` and `test-storage` features. + # v0.3.3 (2019-01-16) - Add the `get_production_info` and `clear_new_sd_card_warning` methods to the `Storage` struct. @@ -12,10 +12,6 @@ categories = ["api-bindings"] readme = "README.md" license = "MIT" -[features] -test-pro = [] -test-storage = [] - [dependencies] libc = "0.2" nitrokey-sys = "3.4" |