@@ -7,28 +7,28 @@ members = [
77]
88
99[workspace .package ]
10- version = " 0.1.2 "
10+ version = " 0.1.3 "
1111authors = [
" Magicblock Labs <[email protected] >" ]
1212repository = " https://github.com/magicblock-labs/bolt"
1313homepage = " https://www.magicblock.gg/"
1414license = " MIT"
1515edition = " 2021"
1616
1717[workspace .dependencies ]
18- bolt-attribute-bolt-program = { path = " crates/bolt-lang/attribute/bolt-program" , version = " =0.1.2 " }
19- bolt-attribute-bolt-component = { path = " crates/bolt-lang/attribute/component" , version = " =0.1.2 " }
20- bolt-attribute-bolt-system = { path = " crates/bolt-lang/attribute/system" , version = " =0.1.2 " }
21- bolt-attribute-bolt-system-input = { path = " crates/bolt-lang/attribute/system-input" , version = " =0.1.2 " }
22- bolt-attribute-bolt-extra-accounts = { path = " crates/bolt-lang/attribute/extra-accounts" , version = " =0.1.2 " }
23- bolt-attribute-bolt-arguments = { path = " crates/bolt-lang/attribute/arguments" , version = " =0.1.2 " }
24- bolt-attribute-bolt-component-deserialize = { path = " crates/bolt-lang/attribute/component-deserialize" , version = " =0.1.2 " }
25- bolt-attribute-bolt-component-id = { path = " crates/bolt-lang/attribute/component-id" , version = " =0.1.2 " }
26- bolt-helpers-system-template = { path = " crates/bolt-helpers/attribute/system-template" , version = " =0.1.2 " }
27- bolt-helpers-world-apply = { path = " crates/bolt-helpers/attribute/world-apply" , version = " =0.1.2 " }
28- bolt-utils = { path = " crates/bolt-lang/utils" , version = " =0.1.2 " }
29- world = { path = " programs/world" , features = [" cpi" ], version = " =0.1.2 " }
30- bolt-system = { path = " programs/bolt-system" , features = [" cpi" ], version = " =0.1.2 " }
31- bolt-component = { path = " programs/bolt-component" , features = [" cpi" ], version = " =0.1.2 " }
18+ bolt-attribute-bolt-program = { path = " crates/bolt-lang/attribute/bolt-program" , version = " =0.1.3 " }
19+ bolt-attribute-bolt-component = { path = " crates/bolt-lang/attribute/component" , version = " =0.1.3 " }
20+ bolt-attribute-bolt-system = { path = " crates/bolt-lang/attribute/system" , version = " =0.1.3 " }
21+ bolt-attribute-bolt-system-input = { path = " crates/bolt-lang/attribute/system-input" , version = " =0.1.3 " }
22+ bolt-attribute-bolt-extra-accounts = { path = " crates/bolt-lang/attribute/extra-accounts" , version = " =0.1.3 " }
23+ bolt-attribute-bolt-arguments = { path = " crates/bolt-lang/attribute/arguments" , version = " =0.1.3 " }
24+ bolt-attribute-bolt-component-deserialize = { path = " crates/bolt-lang/attribute/component-deserialize" , version = " =0.1.3 " }
25+ bolt-attribute-bolt-component-id = { path = " crates/bolt-lang/attribute/component-id" , version = " =0.1.3 " }
26+ bolt-helpers-system-template = { path = " crates/bolt-helpers/attribute/system-template" , version = " =0.1.3 " }
27+ bolt-helpers-world-apply = { path = " crates/bolt-helpers/attribute/world-apply" , version = " =0.1.3 " }
28+ bolt-utils = { path = " crates/bolt-lang/utils" , version = " =0.1.3 " }
29+ world = { path = " programs/world" , features = [" cpi" ], version = " =0.1.3 " }
30+ bolt-system = { path = " programs/bolt-system" , features = [" cpi" ], version = " =0.1.3 " }
31+ bolt-component = { path = " programs/bolt-component" , features = [" cpi" ], version = " =0.1.3 " }
3232
3333# # External crates
3434anchor-lang = { version = " 0.29.0" , git = " https://github.com/coral-xyz/anchor.git" , rev = " 0f60909" , features = [" init-if-needed" ] }
0 commit comments