Skip to content

Commit da4066d

Browse files
committed
Local deps cleanup
1 parent 5a862c5 commit da4066d

204 files changed

Lines changed: 60 additions & 41174 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bindings/wasm-sdk/Cargo.lock

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

bindings/wasm-sdk/Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ default = []
1313
debug-manual-events = []
1414

1515
[dependencies]
16-
rgb-lib-wasm = { path = "../../../rgb-lib-wasm", package = "rgb-lib-wasm" }
16+
rgb-lib-wasm = { git = "https://github.com/UTEXO-Protocol/rgb-lib-wasm", rev = "2086c72cecb0a9ec5ba7eda17340b908dc54d0b3", package = "rgb-lib-wasm" }
1717
serde = { version = "1", features = ["derive"] }
1818
serde_json = "1"
1919
serde-wasm-bindgen = "0.6"
@@ -36,8 +36,7 @@ debug = 1
3636
wasm-bindgen-test = "0.3"
3737

3838
[patch.crates-io]
39-
rgb-strict-encoding = { path = "vendor/rgb-strict-encoding/rust" }
40-
rgb-strict-encoding-derive = { path = "vendor/rgb-strict-encoding/rust/derive" }
41-
rgb-consensus = { path = "vendor/rgb-consensus" }
42-
rgb-ops = { path = "vendor/rgb-ops" }
43-
rgb-invoicing = { path = "vendor/rgb-ops/invoice" }
39+
rgb-strict-encoding = { git = "https://github.com/rgb-protocol/rgb-strict-encoding", rev = "062dccfb88196ba2a100e76fef6f3e5adc228a9c" }
40+
rgb-consensus = { git = "https://github.com/rgb-protocol/rgb-consensus", rev = "d0e157ae6a19edc08829cf4b52bbda2f10b4301e" }
41+
rgb-ops = { git = "https://github.com/rgb-protocol/rgb-ops", rev = "b9d44825a95593429dfd6a2bd059d3d83749a063" }
42+
rgb-invoicing = { git = "https://github.com/rgb-protocol/rgb-ops", rev = "b9d44825a95593429dfd6a2bd059d3d83749a063" }

bindings/wasm-sdk/vendor/rgb-consensus/.cargo-ok

Whitespace-only changes.

0 commit comments

Comments
 (0)