@@ -28,7 +28,7 @@ baid58 = "0.4.4"
28
28
bitcoin = " 0.31.1"
29
29
commit_verify = " 0.11.0-beta.4"
30
30
strict_encoding = " 2.7.0-beta.1"
31
- strict_types = " 2.7.0-beta.1 "
31
+ strict_types = " 2.7.0-beta.2 "
32
32
bp-core = " 0.11.0-beta.4"
33
33
bp-seals = " 0.11.0-beta.4"
34
34
bp-std = " 0.11.0-beta.4"
@@ -98,14 +98,12 @@ serde = ["serde_crate", "serde_with", "serde_yaml", "bp-std/serde", "bp-wallet/s
98
98
features = [" all" ]
99
99
100
100
[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" }
108
106
bp-util = { git = " https://github.com/BP-WG/bp-wallet" , branch = " master" }
109
107
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