Skip to content

Commit 423937f

Browse files
committed
chore: update to released crate versions
1 parent 4330d2c commit 423937f

File tree

3 files changed

+38
-53
lines changed

3 files changed

+38
-53
lines changed

Diff for: Cargo.lock

+31-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+4-10
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ ureq = { version = "2.4.0", features = ["json"] }
3939
amplify = "3.14.2"
4040
bitcoin = "0.29.2"
4141
miniscript = "9.0.1"
42-
bitcoin_scripts = "0.10.0-alpha.2"
43-
bitcoin_blockchain = "0.10.0-alpha.2"
44-
descriptor-wallet = { version = "0.10.0-alpha.2", features = ["miniscript", "keygen", "hwi", "construct"] }
45-
bpro = "0.3.0"
42+
bitcoin_scripts = "0.10.0"
43+
bitcoin_blockchain = "0.10.0"
44+
descriptor-wallet = { version = "0.10.0", features = ["miniscript", "keygen", "hwi", "construct"] }
45+
bpro = "0.4.0"
4646
hwi = "0.6.0"
4747
electrum-client = "0.14.0"
4848

@@ -62,9 +62,3 @@ ui = []
6262
cli = ["clap", "serde", "colored"]
6363
serde = ["serde_with", "serde_yaml",
6464
"amplify/serde", "chrono/serde", "bitcoin/serde", "miniscript/serde", "descriptor-wallet/serde"]
65-
66-
[patch.crates-io]
67-
bitcoin_scripts = { git = "https://github.com/BP-WG/bp-foundation" }
68-
bitcoin_blockchain = { git = "https://github.com/BP-WG/bp-foundation" }
69-
descriptor-wallet = { git = "https://github.com/BP-WG/descriptor-wallet" }
70-
bpro = { git = "https://github.com/pandora-prime/bpro" }

Diff for: doc/INSTALL.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Using package managers
3636
This is the recommended way of installing MyCitadel for Debian systems.
3737

3838
You need to pick up a proper deb file matching your distribution. For
39-
instance, for distributions based on the current Debian stable please
40-
use `mycitadel_*_debian11_amd64.deb` files; for more frequently updated
39+
instance, for distributions based on the current Debian stable (like PureOS)
40+
please use `mycitadel_*_debian11_amd64.deb` files; for more frequently updated
4141
distributions (like Ubuntu) try `mycitadel_*_ubuntu_amd64.deb`. The
42-
difference is that `debian11` version depends on Python 3.9, which is no
42+
difference is that `debian11` version depends on Python 3.9, which is no
4343
longer available on more recent Ubuntu releases.
4444

4545
Download deb package from the release files matching your platform and run

0 commit comments

Comments
 (0)