We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de9d30b commit b2d2622Copy full SHA for b2d2622
database/nostr-lmdb/CHANGELOG.md
@@ -25,6 +25,10 @@
25
26
## Unreleased
27
28
+### Changed
29
+
30
+- Set MSRV to 1.70.0 (https://github.com/rust-nostr/nostr/pull/993)
31
32
### Added
33
34
- Add NostrLmdbBuilder and allow setting a custom map size (https://github.com/rust-nostr/nostr/pull/970)
database/nostr-lmdb/Cargo.toml
@@ -8,7 +8,7 @@ homepage.workspace = true
8
repository.workspace = true
9
license.workspace = true
10
readme = "README.md"
11
-rust-version = "1.72.0"
+rust-version.workspace = true
12
keywords = ["nostr", "database", "lmdb"]
13
14
[dependencies]
0 commit comments