diff --git a/Cargo.toml b/Cargo.toml index 73b9ffc..ca21a47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "electrum-client" -version = "0.8.0" +version = "0.9.0-rc.1" authors = ["Alekos Filini "] license = "MIT" homepage = "https://github.com/MagicalBitcoin/rust-electrum-client" @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] log = "^0.4" -bitcoin = { version = "^0.27", features = ["use-serde"] } +bitcoin = { version = "^0.28.0-rc.1", features = ["use-serde"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1.0" }