@@ -11,29 +11,29 @@ members = [
1111]
1212
1313[workspace .package ]
14- version = " 0.2.2 "
14+ version = " 0.2.3 "
1515authors = [" Magicblock Labs <dev@magicblock.gg>" ]
1616repository = " https://github.com/magicblock-labs/bolt"
1717homepage = " https://www.magicblock.gg/"
1818license = " MIT"
1919edition = " 2021"
2020
2121[workspace .dependencies ]
22- bolt-types = { path = " crates/types" , version = " =0.2.2 " }
23- bolt-lang = { path = " crates/bolt-lang" , version = " =0.2.2 " }
24- bolt-attribute-bolt-program = { path = " crates/bolt-lang/attribute/bolt-program" , version = " =0.2.2 " }
25- bolt-attribute-bolt-delegate = { path = " crates/bolt-lang/attribute/delegate" , version = " =0.2.2 " }
26- bolt-attribute-bolt-component = { path = " crates/bolt-lang/attribute/component" , version = " =0.2.2 " }
27- bolt-attribute-bolt-system = { path = " crates/bolt-lang/attribute/system" , version = " =0.2.2 " }
28- bolt-attribute-bolt-system-input = { path = " crates/bolt-lang/attribute/system-input" , version = " =0.2.2 " }
29- bolt-attribute-bolt-extra-accounts = { path = " crates/bolt-lang/attribute/extra-accounts" , version = " =0.2.2 " }
30- bolt-attribute-bolt-arguments = { path = " crates/bolt-lang/attribute/arguments" , version = " =0.2.2 " }
31- bolt-attribute-bolt-component-deserialize = { path = " crates/bolt-lang/attribute/component-deserialize" , version = " =0.2.2 " }
32- bolt-attribute-bolt-component-id = { path = " crates/bolt-lang/attribute/component-id" , version = " =0.2.2 " }
33- bolt-utils = { path = " crates/bolt-lang/utils" , version = " =0.2.2 " }
34- world = { path = " crates/programs/world" , features = [" cpi" ], version = " =0.2.2 " }
35- bolt-system = { path = " crates/programs/bolt-system" , features = [" cpi" ], version = " =0.2.2 " }
36- bolt-component = { path = " crates/programs/bolt-component" , features = [" cpi" ], version = " =0.2.2 " }
22+ bolt-types = { path = " crates/types" , version = " =0.2.3 " }
23+ bolt-lang = { path = " crates/bolt-lang" , version = " =0.2.3 " }
24+ bolt-attribute-bolt-program = { path = " crates/bolt-lang/attribute/bolt-program" , version = " =0.2.3 " }
25+ bolt-attribute-bolt-delegate = { path = " crates/bolt-lang/attribute/delegate" , version = " =0.2.3 " }
26+ bolt-attribute-bolt-component = { path = " crates/bolt-lang/attribute/component" , version = " =0.2.3 " }
27+ bolt-attribute-bolt-system = { path = " crates/bolt-lang/attribute/system" , version = " =0.2.3 " }
28+ bolt-attribute-bolt-system-input = { path = " crates/bolt-lang/attribute/system-input" , version = " =0.2.3 " }
29+ bolt-attribute-bolt-extra-accounts = { path = " crates/bolt-lang/attribute/extra-accounts" , version = " =0.2.3 " }
30+ bolt-attribute-bolt-arguments = { path = " crates/bolt-lang/attribute/arguments" , version = " =0.2.3 " }
31+ bolt-attribute-bolt-component-deserialize = { path = " crates/bolt-lang/attribute/component-deserialize" , version = " =0.2.3 " }
32+ bolt-attribute-bolt-component-id = { path = " crates/bolt-lang/attribute/component-id" , version = " =0.2.3 " }
33+ bolt-utils = { path = " crates/bolt-lang/utils" , version = " =0.2.3 " }
34+ world = { path = " crates/programs/world" , features = [" cpi" ], version = " =0.2.3 " }
35+ bolt-system = { path = " crates/programs/bolt-system" , features = [" cpi" ], version = " =0.2.3 " }
36+ bolt-component = { path = " crates/programs/bolt-component" , features = [" cpi" ], version = " =0.2.3 " }
3737
3838# # External crates
3939session-keys = { version = " >=2.0.7" , features = [" no-entrypoint" ] }
0 commit comments