Skip to content

Commit e4785de

Browse files
committed
nip55: set MSRV to 1.73.0
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
1 parent 2e9a7b8 commit e4785de

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

contrib/scripts/check-crates.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ buildargs=(
6262
)
6363

6464
skip_msrv=(
65+
"-p nip55" # MSRV: 1.73.0
6566
"-p nostr-lmdb" # MSRV: 1.72.0
6667
"-p nostr-mls-storage" # MSRV: 1.74.0
6768
"-p nostr-mls-memory-storage" # MSRV: 1.74.0

crates/nip55/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ homepage.workspace = true
88
repository.workspace = true
99
license.workspace = true
1010
readme = "README.md"
11-
rust-version.workspace = true
11+
rust-version = "1.73.0"
1212
keywords = ["nostr", "nip55", "android", "signer"]
1313

1414
[dependencies]
1515
jni = "0.21"
16-
jvm-getter = "0.1"
16+
jvm-getter = "0.1" # MSRV: 1.73.0
1717
nostr = { workspace = true, features = ["std"] }
1818
once_cell.workspace = true

0 commit comments

Comments
 (0)