@@ -25,7 +25,7 @@ required-features = ["stl"]
25
25
amplify = { version = " ~4.6.0" , features = [" rand" ] }
26
26
ascii-armor = " 0.2.0"
27
27
strict_encoding = " ~2.7.0-beta.1"
28
- strict_types = { version = " ~2.7.0-beta.1 " , features = [" armor" ] }
28
+ strict_types = { version = " ~2.7.0-beta.2 " , features = [" armor" ] }
29
29
aluvm = { version = " ~0.11.0-beta.4" , features = [" std" , " ascii-armor" ] }
30
30
commit_verify = { version = " ~0.11.0-beta.4" , features = [" rand" , " derive" ] }
31
31
single_use_seals = " ~0.11.0-beta.4"
@@ -60,10 +60,8 @@ getrandom = { version = "0.2", features = ["js"] }
60
60
wasm-bindgen-test = " 0.3"
61
61
62
62
[package .metadata .docs .rs ]
63
- features = [ " all" ]
63
+ features = [" all" ]
64
64
65
65
[patch .crates-io ]
66
- strict_types = { git = " https://github.com/strict-types/strict-types" , branch = " armor" }
67
- aluvm = { git = " https://github.com/AluVM/rust-aluvm" , branch = " armor" }
68
- commit_verify = { git = " https://github.com/LNP-BP/client_side_validation" , branch = " armor" }
69
- bp-core = { git = " https://github.com/BP-WG/bp-core" , branch = " armor" }
66
+ commit_verify = { git = " https://github.com/LNP-BP/client_side_validation" , branch = " master" }
67
+ bp-core = { git = " https://github.com/BP-WG/bp-core" , branch = " master" }
0 commit comments