Skip to content

Commit 59d5689

Browse files
committed
chore: bump bdk_redb to 0.1.1
1 parent e05affe commit 59d5689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk_redb"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "Persistence backend for bdk using redb"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! ```toml
1414
//! [dependencies]
1515
//! anyhow = "1.0.98"
16-
//! bdk_redb = { version = "0.1.0" }
16+
//! bdk_redb = "0.1.1"
1717
//! bdk_wallet = "2.0.0"
1818
//! tempfile = "3.20.0"
1919
//! ```

0 commit comments

Comments
 (0)