Skip to content

Commit 3b4fd88

Browse files
committed
Take 5
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
1 parent 46e5fe4 commit 3b4fd88

File tree

5 files changed

+267
-284
lines changed

5 files changed

+267
-284
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/scripts/check-crates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ buildargs=(
3737
"-p nostr --no-default-features --features alloc" # Only alloc feature
3838
"-p nostr --no-default-features --features alloc,all-nips" # alloc + all-nips
3939
"-p nostr-browser-signer --target wasm32-unknown-unknown"
40-
"-p nip55"
40+
"-p nostr-android-signer"
4141
"-p nostr-blossom"
4242
"-p nostr-http-file-storage"
4343
"-p nostr-database"

contrib/scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
args=(
66
"-p nostr"
77
"-p nostr-browser-signer"
8-
"-p nip55"
8+
"-p nostr-android-signer"
99
"-p nostr-database"
1010
"-p nostr-lmdb"
1111
"-p nostr-mls-storage"

signer/nostr-android-signer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ nostr = { workspace = true, features = ["std"] }
1818
once_cell.workspace = true
1919
serde = { workspace = true, features = ["derive"] }
2020
serde_json = { workspace = true, features = ["std"] }
21+
tracing = { workspace = true, features = ["std"] }

0 commit comments

Comments
 (0)