Skip to content

Commit 7303e1e

Browse files
committed
chore: update bdk_wallet compatibility
1 parent 56d20d2 commit 7303e1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ documentation = "https://docs.rs/bdk-kyoto"
99
readme = "README.md"
1010
keywords = ["bitcoin", "peer-to-peer", "light-client"]
1111
edition = "2021"
12-
rust-version = "1.84.0"
12+
rust-version = "1.85.0"
1313

1414
[dependencies]
15-
bdk_wallet = { version = "2" }
15+
bdk_wallet = { version = "3.0.0-rc.1" }
1616
bip157 = { version = "0.4.0" }
1717

1818
[dev-dependencies]

0 commit comments

Comments
 (0)