Skip to content

Commit ac1036d

Browse files
committed
chore: update dependencies
1 parent 7f18135 commit ac1036d

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Diff for: Cargo.lock

+15-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+8-10
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ baid58 = "0.4.4"
2828
bitcoin = "0.31.1"
2929
commit_verify = "0.11.0-beta.4"
3030
strict_encoding = "2.7.0-beta.1"
31-
strict_types = "2.7.0-beta.1"
31+
strict_types = "2.7.0-beta.2"
3232
bp-core = "0.11.0-beta.4"
3333
bp-seals = "0.11.0-beta.4"
3434
bp-std = "0.11.0-beta.4"
@@ -98,14 +98,12 @@ serde = ["serde_crate", "serde_with", "serde_yaml", "bp-std/serde", "bp-wallet/s
9898
features = ["all"]
9999

100100
[patch.crates-io]
101-
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "armor" }
102-
aluvm = { git = "https://github.com/AluVM/rust-aluvm", branch = "armor" }
103-
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "armor" }
104-
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "armor" }
105-
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "armor" }
106-
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "armor" }
107-
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "armor" }
101+
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "master" }
102+
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "master" }
103+
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "master" }
104+
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "master" }
105+
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "master" }
108106
bp-util = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" }
109107
bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "master" }
110-
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "armor" }
111-
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "armor" }
108+
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "master" }
109+
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "master" }

0 commit comments

Comments
 (0)