Skip to content

Commit

Permalink
chore: update to released crate versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 26, 2023
1 parent 4330d2c commit 423937f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 53 deletions.
71 changes: 31 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 4 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ ureq = { version = "2.4.0", features = ["json"] }
amplify = "3.14.2"
bitcoin = "0.29.2"
miniscript = "9.0.1"
bitcoin_scripts = "0.10.0-alpha.2"
bitcoin_blockchain = "0.10.0-alpha.2"
descriptor-wallet = { version = "0.10.0-alpha.2", features = ["miniscript", "keygen", "hwi", "construct"] }
bpro = "0.3.0"
bitcoin_scripts = "0.10.0"
bitcoin_blockchain = "0.10.0"
descriptor-wallet = { version = "0.10.0", features = ["miniscript", "keygen", "hwi", "construct"] }
bpro = "0.4.0"
hwi = "0.6.0"
electrum-client = "0.14.0"

Expand All @@ -62,9 +62,3 @@ ui = []
cli = ["clap", "serde", "colored"]
serde = ["serde_with", "serde_yaml",
"amplify/serde", "chrono/serde", "bitcoin/serde", "miniscript/serde", "descriptor-wallet/serde"]

[patch.crates-io]
bitcoin_scripts = { git = "https://github.com/BP-WG/bp-foundation" }
bitcoin_blockchain = { git = "https://github.com/BP-WG/bp-foundation" }
descriptor-wallet = { git = "https://github.com/BP-WG/descriptor-wallet" }
bpro = { git = "https://github.com/pandora-prime/bpro" }
6 changes: 3 additions & 3 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Using package managers
This is the recommended way of installing MyCitadel for Debian systems.

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

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

0 comments on commit 423937f

Please sign in to comment.