@@ -3,7 +3,7 @@ members = [".", "psbt", "descriptors", "cli"]
33default-members = [" ." , " psbt" , " descriptors" ]
44
55[workspace .package ]
6- version = " 0.12.0-rc.2 "
6+ version = " 0.12.0-rc.3 "
77keywords = [" bitcoin" , " lightning" , " rgb" , " smart-contracts" , " lnp-bp" ]
88categories = [" cryptography::cryptocurrencies" ]
99authors = [" Dr Maxim Orlovsky <orlovsky@lnp-bp.org>" ]
@@ -17,16 +17,16 @@ license = "Apache-2.0"
1717amplify = " 4.9.0"
1818strict_encoding = " 2.9.1"
1919strict_types = " 2.9.0"
20- commit_verify = " 0.12.0-rc.1 "
21- bp-core = " 0.12.0-rc.2 "
22- bp-std = { version = " 0.12.0-rc.2 " , features = [" client-side-validation" ] }
20+ commit_verify = " 0.12.0"
21+ bp-core = " 0.12.0"
22+ bp-std = { version = " 0.12.0-rc.3 " , features = [" client-side-validation" ] }
2323bp-electrum = { version = " 0.12.0-rc.1" }
24- bp-esplora = { version = " 0.12.0-rc.1 " , default-features = false }
25- rgb-std = { version = " 0.12.0-rc.2 " }
26- rgb-runtime = { version = " 0.12.0-rc.2 " , path = " ." }
27- rgb-psbt = { version = " 0.12.0-rc.2 " , path = " psbt" }
28- rgb-descriptors = { version = " 0.12.0-rc.2 " , path = " descriptors" }
29- rgb-persist-fs = { version = " 0.12.0-rc.2 " }
24+ bp-esplora = { version = " 0.12.0-rc.3 " , default-features = false }
25+ rgb-std = { version = " 0.12.0-rc.3 " }
26+ rgb-runtime = { version = " 0.12.0-rc.3 " , path = " ." }
27+ rgb-psbt = { version = " 0.12.0-rc.3 " , path = " psbt" }
28+ rgb-descriptors = { version = " 0.12.0-rc.3 " , path = " descriptors" }
29+ rgb-persist-fs = { version = " 0.12.0-rc.3 " }
3030indexmap = " 2.9.0"
3131futures = " 0.3.31"
3232chrono = { version = " 0.4.41" , features = [" serde" ] }
@@ -130,15 +130,3 @@ serde = [
130130
131131[package .metadata .docs .rs ]
132132features = [" all" ]
133-
134- [patch .crates-io ]
135- bp-consensus = { git = " https://github.com/BP-WG/bp-core" }
136- bp-core = { git = " https://github.com/BP-WG/bp-core" }
137- bp-invoice = { git = " https://github.com/BP-WG/bp-std" , branch = " feat/descriptors" }
138- bp-derive = { git = " https://github.com/BP-WG/bp-std" , branch = " feat/descriptors" }
139- descriptors = { git = " https://github.com/BP-WG/bp-std" , branch = " feat/descriptors" }
140- psbt = { git = " https://github.com/BP-WG/bp-std" , branch = " feat/descriptors" }
141- bp-std = { git = " https://github.com/BP-WG/bp-std" , branch = " feat/descriptors" }
142- bp-esplora = { git = " https://github.com/BP-WG/bp-esplora-client" , branch = " master" }
143- rgb-std = { git = " https://github.com/RGB-WG/rgb-std" , branch = " async" }
144- rgb-persist-fs = { git = " https://github.com/RGB-WG/rgb-std" , branch = " async" }
0 commit comments