Skip to content

Commit 80ed938

Browse files
authored
Pin rgb-lib to release v0.3.0-beta.24 (#76)
1 parent 3af8d8f commit 80ed938

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[submodule "rust-lightning"]
22
path = rust-lightning
3-
url = https://github.com/UTEXO-Protocol/rust-lightning.git
4-
branch = dev
3+
url = https://github.com/dcorral/rust-lightning.git
4+
branch = update-rgb-lib-release
55
shallow = true

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ magic-crypt = "4.0.1"
4949
rand = "0.8.5"
5050
regex = { version = "1.11", default-features = false }
5151
reqwest = { version = "0.12", default-features = false, features = ["json", "native-tls"] }
52-
rgb-lib = { git = "https://github.com/UTEXO-Protocol/rgb-lib.git", branch = "dev", features = [
52+
rgb-lib = { git = "https://github.com/UTEXO-Protocol/rgb-lib.git", tag = "v0.3.0-beta.24", features = [
5353
"electrum",
5454
"esplora",
5555
] }

0 commit comments

Comments
 (0)