Skip to content

Commit 2753822

Browse files
authored
Merge pull request #314 from RGB-WG/develop
RGB descriptor parsing
2 parents 63f2c1a + 73c5001 commit 2753822

6 files changed

Lines changed: 627 additions & 117 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
toolchain: [ nightly, beta, stable, 1.85.0 ]
75+
toolchain: [ nightly, beta, stable, 1.87.0 ]
7676
steps:
7777
- uses: actions/checkout@v4
7878
- uses: dtolnay/rust-toolchain@master

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["cryptography::cryptocurrencies"]
99
authors = ["Dr Maxim Orlovsky <[email protected]>"]
1010
homepage = "https://rgb.tech"
1111
repository = "https://github.com/RGB-WG/rgb"
12-
rust-version = "1.85.0"
12+
rust-version = "1.87.0"
1313
edition = "2021"
1414
license = "Apache-2.0"
1515

@@ -130,3 +130,14 @@ serde = [
130130

131131
[package.metadata.docs.rs]
132132
features = ["all"]
133+
134+
[patch.crates-io]
135+
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
136+
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
137+
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
138+
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
139+
bp-invoice = { git = "https://github.com/BP-WG/bp-std" }
140+
bp-derive = { git = "https://github.com/BP-WG/bp-std" }
141+
descriptors = { git = "https://github.com/BP-WG/bp-std" }
142+
psbt = { git = "https://github.com/BP-WG/bp-std" }
143+
bp-std = { git = "https://github.com/BP-WG/bp-std" }

0 commit comments

Comments
 (0)