Skip to content

Commit b2d2622

Browse files
dcadenasyukibtc
authored andcommitted
lmdb: set MSRV to 1.70.0
Pull-Request: #993 Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent de9d30b commit b2d2622

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

database/nostr-lmdb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525

2626
## Unreleased
2727

28+
### Changed
29+
30+
- Set MSRV to 1.70.0 (https://github.com/rust-nostr/nostr/pull/993)
31+
2832
### Added
2933

3034
- Add NostrLmdbBuilder and allow setting a custom map size (https://github.com/rust-nostr/nostr/pull/970)

database/nostr-lmdb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage.workspace = true
88
repository.workspace = true
99
license.workspace = true
1010
readme = "README.md"
11-
rust-version = "1.72.0"
11+
rust-version.workspace = true
1212
keywords = ["nostr", "database", "lmdb"]
1313

1414
[dependencies]

0 commit comments

Comments
 (0)