@@ -13,7 +13,7 @@ default-members = [
13
13
]
14
14
15
15
[workspace .package ]
16
- version = " 0.12.0-beta.4 "
16
+ version = " 0.12.0-beta.5 "
17
17
authors = [
" Dr Maxim Orlovsky <[email protected] >" ]
18
18
homepage = " https://github.com/BP-WG"
19
19
repository = " https://github.com/BP-WG/bp-core"
@@ -24,12 +24,12 @@ license = "Apache-2.0"
24
24
[workspace .dependencies ]
25
25
amplify = " 4.8.0"
26
26
strict_encoding = " 2.8.1"
27
- strict_types = " 2.8.1 "
28
- commit_verify = " 0.12.0-beta.4 "
29
- single_use_seals = " 0.12.0-beta.4 "
30
- bp-consensus = { version = " 0.12.0-beta.4 " , path = " ./consensus" }
31
- bp-dbc = { version = " 0.12.0-beta.4 " , path = " ./dbc" }
32
- bp-seals = { version = " 0.12.0-beta.4 " , path = " ./seals" }
27
+ strict_types = " 2.8.2 "
28
+ commit_verify = " 0.12.0-beta.5 "
29
+ single_use_seals = " 0.12.0-beta.5 "
30
+ bp-consensus = { version = " 0.12.0-beta.5 " , path = " ./consensus" }
31
+ bp-dbc = { version = " 0.12.0-beta.5 " , path = " ./dbc" }
32
+ bp-seals = { version = " 0.12.0-beta.5 " , path = " ./seals" }
33
33
secp256k1 = { version = " 0.30.0" , features = [" global-context" , " rand" ] }
34
34
serde = { version = " 1" , features = [" derive" ] }
35
35
@@ -89,7 +89,3 @@ wasm-bindgen-test = "0.3"
89
89
90
90
[package .metadata .docs .rs ]
91
91
features = [" all" ]
92
-
93
- [patch .crates-io ]
94
- commit_verify = { git = " https://github.com/LNP-BP/client_side_validation" , branch = " v0.12" }
95
- single_use_seals = { git = " https://github.com/LNP-BP/client_side_validation" , branch = " v0.12" }
0 commit comments