Skip to content

Commit bacba71

Browse files
committed
ndb: bump nostrdb from 0.6 to 0.7
Pull-Request: #957 Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent fb3f6fb commit bacba71

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Cargo.lock

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

database/nostr-ndb/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
2424
-->
2525

26+
## Unreleased
27+
28+
### Changed
29+
30+
- Bump `nostrdb` from 0.6 to 0.7 (https://github.com/rust-nostr/nostr/pull/957)
31+
2632
## v0.42.0 - 2025/05/20
2733

2834
No notable changes in this release.

database/nostr-ndb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ keywords = ["nostr", "database", "ndb", "nostrdb"]
1414
[dependencies]
1515
nostr = { workspace = true, features = ["std"] }
1616
nostr-database.workspace = true
17-
nostrdb = "0.6"
17+
nostrdb = "0.7"

0 commit comments

Comments
 (0)