Skip to content

Commit

Permalink
Update from VLS-0.11-rc1 to VLS-0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Mar 11, 2024
1 parent 44c4a31 commit bfc2200
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 41 deletions.
49 changes: 29 additions & 20 deletions libs/Cargo.lock

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

4 changes: 3 additions & 1 deletion libs/sdk-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ anyhow = { version = "1.0.79", features = ["backtrace"] }
cbc = { version = "0.1", features = ["std"] }
hex = "0.4"
bip21 = "0.2"
# The last commit on gl-client 0.1. Development will continue on 0.2.
# The switch to 0.2 will happen with https://github.com/breez/breez-sdk/pull/724
gl-client = { git = "https://github.com/Blockstream/greenlight.git", features = [
"permissive",
], rev = "43017c9b01a2c8c6a147b7a291f97ce2f3b89ce5" }
], rev = "1dbe06999bac216212124779c60006bd3d135ac7" }
zbase32 = "0.1.2"
base64 = "0.13.0"
chrono = "0.4"
Expand Down
49 changes: 29 additions & 20 deletions tools/sdk-cli/Cargo.lock

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

0 comments on commit bfc2200

Please sign in to comment.