Skip to content

Commit

Permalink
Crate v1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 2, 2022
1 parent de21771 commit 723d88e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 34 deletions.
54 changes: 24 additions & 30 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycitadel-desktop"
version = "1.0.0-beta.1"
version = "1.0.0"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoraprime.ch>"]
description = "Bitcoin, Lightning and RGB wallet; part of MyCitadel software suite."
repository = "https://github.com/mycitadel/mycitadel-desktop"
Expand Down Expand Up @@ -40,8 +40,8 @@ amplify = "3.12.0"
bitcoin = "0.28.0"
miniscript = "7.0.0"
bitcoin_hwi = "0.2.0"
electrum-client = "0.10.0-rc.2"
descriptor-wallet = { version = "0.7.0-rc.1", git = "https://github.com/LNP-BP/descriptor-wallet", features = ["miniscript", "keygen"] }
electrum-client = "0.10.0"
descriptor-wallet = { version = "0.7.0", features = ["miniscript", "keygen"] }
strict_encoding = "1.8.0-rc.11"

clap = { version = "3.1", features = ["derive"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion src/model/onchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ impl AddressValue {
#[cfg_attr(
feature = "serde",
derive(Serialize, Deserialize),
serde(crate = "serde_crate", serde(rename_all = "lowercase"))
serde(crate = "serde_crate", rename_all = "lowercase")
)]
pub enum OnchainStatus {
Blockchain(u32),
Expand Down

0 comments on commit 723d88e

Please sign in to comment.