@@ -3,7 +3,7 @@ members = [".", "psbt", "cli"]
33default-members = [" ." , " psbt" ]
44
55[workspace .package ]
6- version = " 0.12.0-rc.1.1 "
6+ version = " 0.12.0-rc.2 "
77keywords = [" bitcoin" , " lightning" , " rgb" , " smart-contracts" , " lnp-bp" ]
88categories = [" cryptography::cryptocurrencies" ]
99authors = [" Dr Maxim Orlovsky <orlovsky@lnp-bp.org>" ]
@@ -19,15 +19,15 @@ nonasync = "0.1.2"
1919strict_encoding = " 2.9.1"
2020strict_types = " 2.9.0"
2121commit_verify = " 0.12.0-rc.1"
22- bp-core = " 0.12.0-rc.1 "
23- bp-std = { version = " 0.12.0-rc.1 " , features = [" client-side-validation" ] }
22+ bp-core = " 0.12.0-rc.2 "
23+ bp-std = { version = " 0.12.0-rc.2 " , features = [" client-side-validation" ] }
2424bp-electrum = " 0.12.0-rc.1"
2525bp-esplora = { version = " 0.12.0-rc.1" , default-features = false , features = [" blocking-https" ] }
26- bp-wallet = { version = " 0.12.0-rc.1 " }
27- rgb-std = { version = " 0.12.0-rc.1 " }
28- rgb-runtime = { version = " 0.12.0-rc.1 " , path = " ." }
29- rgb-psbt = { version = " 0.12.0-rc.1 " , path = " psbt" }
30- rgb-persist-fs = { version = " 0.12.0-rc.1 " }
26+ bp-wallet = { version = " 0.12.0-rc.2 " }
27+ rgb-std = { version = " 0.12.0-rc.2 " }
28+ rgb-runtime = { version = " 0.12.0-rc.2 " , path = " ." }
29+ rgb-psbt = { version = " 0.12.0-rc.2 " , path = " psbt" }
30+ rgb-persist-fs = { version = " 0.12.0-rc.2 " }
3131indexmap = " 2.9.0"
3232chrono = { version = " 0.4.41" , features = [" serde" ] }
3333serde = { version = " 1" , features = [" derive" ] }
@@ -103,13 +103,3 @@ serde = [
103103
104104[package .metadata .docs .rs ]
105105features = [" all" ]
106-
107- [patch .crates-io ]
108- ultrasonic = { git = " https://github.com/AluVM/ultrasonic" , branch = " feat/opwitness" }
109- sonic-api = { git = " https://github.com/AluVM/sonic" , branch = " feat/opwitness" }
110- sonic-callreq = { git = " https://github.com/AluVM/sonic" , branch = " feat/opwitness" }
111- sonic-persist-fs = { git = " https://github.com/AluVM/sonic" , branch = " feat/opwitness" }
112- hypersonic = { git = " https://github.com/AluVM/sonic" , branch = " feat/opwitness" }
113- rgb-invoice = { git = " https://github.com/RGB-WG/rgb-std" , branch = " v0.12" }
114- rgb-std = { git = " https://github.com/RGB-WG/rgb-std" , branch = " v0.12" }
115- rgb-persist-fs = { git = " https://github.com/RGB-WG/rgb-std" , branch = " v0.12" }
0 commit comments