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 4732dcc commit 5c8555cCopy full SHA for 5c8555c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "electrum-client"
3
-version = "0.9.0"
+version = "0.10.0-rc.2"
4
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
5
license = "MIT"
6
homepage = "https://github.com/MagicalBitcoin/rust-electrum-client"
@@ -18,7 +18,7 @@ path = "src/lib.rs"
18
19
[dependencies]
20
log = "^0.4"
21
-bitcoin = { version = "^0.27", features = ["use-serde"] }
+bitcoin = { version = "^0.28.0-rc.2", features = ["use-serde"] }
22
serde = { version = "^1.0", features = ["derive"] }
23
serde_json = { version = "^1.0" }
24
0 commit comments