11[package ]
22name = " rgb-schemata"
3- version = " 0.11.1-alpha.1 "
3+ version = " 0.11.1-alpha.2+unreviewed "
44description = " Collection of the official RGB smart contract schemata"
55keywords = [" bitcoin" , " lightning" , " rgb" , " smart-contracts" , " lnp-bp" ]
66categories = [" cryptography::cryptocurrencies" ]
@@ -22,12 +22,12 @@ name = "schemata"
2222[dependencies ]
2323amplify = " 4.8.0"
2424strict_types = " ~2.8.3"
25- aluvm = " 0.11.0 "
26- bp-core = " 0.11.1-alpha.1 "
27- rgb-std = { version = " 0.11.1-alpha.1 " , features = [" fs" ] }
25+ aluvm = " 0.11.1-alpha.2 "
26+ bp-core = " 0.11.1-alpha.2 "
27+ rgb-std = { version = " 0.11.1-alpha.2 " , features = [" fs" ] }
2828
2929[dev-dependencies ]
30- rgb-std = { version = " 0.11.1-alpha.1 " , features = [" fs" , " serde" ] }
30+ rgb-std = { version = " 0.11.1-alpha.2 " , features = [" fs" , " serde" ] }
3131serde = " 1.0"
3232serde_json = " 1.0"
3333serde_yaml = " 0.9.33"
@@ -38,11 +38,3 @@ default = []
3838all = [" log" , " fs" ]
3939log = [" aluvm/log" ]
4040fs = [" rgb-std/fs" ]
41-
42- [patch .crates-io ]
43- aluvm = { git = " https://github.com/zoedberg/rust-aluvm" , branch = " 0.11.1-2" }
44- commit_verify = { git = " https://github.com/zoedberg/client_side_validation" , branch = " 0.11.1-2" }
45- bp-consensus = { git = " https://github.com/zoedberg/bp-core" , branch = " 0.11.1-2" }
46- bp-core = { git = " https://github.com/zoedberg/bp-core" , branch = " 0.11.1-2" }
47- rgb-core = { git = " https://github.com/zoedberg/rgb-core" , branch = " 0.11.1-2" }
48- rgb-std = { git = " https://github.com/zoedberg/rgb-std" , branch = " 0.11.1-2" }
0 commit comments