Skip to content

Commit

Permalink
Merge pull request #306 from Nitrokey/150-test-20230704
Browse files Browse the repository at this point in the history
Prepare test release v1.5.0-test.20230704
  • Loading branch information
szszszsz authored Jul 4, 2023
2 parents e273a71 + e46f0bc commit 205adad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.5.0-test.20230613"
version = "1.5.0-test.20230704"

[patch.crates-io]
# forked
Expand Down
2 changes: 2 additions & 0 deletions components/apps/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#![no_std]

#[cfg(feature = "secrets-app")]
const SECRETS_APP_CREDENTIALS_COUNT_LIMIT: u16 = 50;
#[cfg(feature = "webcrypt")]
const WEBCRYPT_APP_CREDENTIALS_COUNT_LIMIT: u16 = 50;

use apdu_dispatch::{
Expand Down

0 comments on commit 205adad

Please sign in to comment.