@@ -12,29 +12,29 @@ members = [
12
12
]
13
13
14
14
[workspace .package ]
15
- version = " 0.1.11 "
15
+ version = " 0.1.12 "
16
16
authors = [
" Magicblock Labs <[email protected] >" ]
17
17
repository = " https://github.com/magicblock-labs/bolt"
18
18
homepage = " https://www.magicblock.gg/"
19
19
license = " MIT"
20
20
edition = " 2021"
21
21
22
22
[workspace .dependencies ]
23
- bolt-attribute-bolt-program = { path = " crates/bolt-lang/attribute/bolt-program" , version = " =0.1.11 " }
24
- bolt-attribute-bolt-delegate = { path = " crates/bolt-lang/attribute/delegate" , version = " =0.1.11 " }
25
- bolt-attribute-bolt-component = { path = " crates/bolt-lang/attribute/component" , version = " =0.1.11 " }
26
- bolt-attribute-bolt-system = { path = " crates/bolt-lang/attribute/system" , version = " =0.1.11 " }
27
- bolt-attribute-bolt-system-input = { path = " crates/bolt-lang/attribute/system-input" , version = " =0.1.11 " }
28
- bolt-attribute-bolt-extra-accounts = { path = " crates/bolt-lang/attribute/extra-accounts" , version = " =0.1.11 " }
29
- bolt-attribute-bolt-arguments = { path = " crates/bolt-lang/attribute/arguments" , version = " =0.1.11 " }
30
- bolt-attribute-bolt-component-deserialize = { path = " crates/bolt-lang/attribute/component-deserialize" , version = " =0.1.11 " }
31
- bolt-attribute-bolt-component-id = { path = " crates/bolt-lang/attribute/component-id" , version = " =0.1.11 " }
32
- bolt-helpers-system-template = { path = " crates/bolt-helpers/attribute/system-template" , version = " =0.1.11 " }
33
- bolt-helpers-world-apply = { path = " crates/bolt-helpers/attribute/world-apply" , version = " =0.1.11 " }
34
- bolt-utils = { path = " crates/bolt-lang/utils" , version = " =0.1.11 " }
35
- world = { path = " crates/programs/world" , features = [" cpi" ], version = " =0.1.11 " }
36
- bolt-system = { path = " crates/programs/bolt-system" , features = [" cpi" ], version = " =0.1.11 " }
37
- bolt-component = { path = " crates/programs/bolt-component" , features = [" cpi" ], version = " =0.1.11 " }
23
+ bolt-attribute-bolt-program = { path = " crates/bolt-lang/attribute/bolt-program" , version = " =0.1.12 " }
24
+ bolt-attribute-bolt-delegate = { path = " crates/bolt-lang/attribute/delegate" , version = " =0.1.12 " }
25
+ bolt-attribute-bolt-component = { path = " crates/bolt-lang/attribute/component" , version = " =0.1.12 " }
26
+ bolt-attribute-bolt-system = { path = " crates/bolt-lang/attribute/system" , version = " =0.1.12 " }
27
+ bolt-attribute-bolt-system-input = { path = " crates/bolt-lang/attribute/system-input" , version = " =0.1.12 " }
28
+ bolt-attribute-bolt-extra-accounts = { path = " crates/bolt-lang/attribute/extra-accounts" , version = " =0.1.12 " }
29
+ bolt-attribute-bolt-arguments = { path = " crates/bolt-lang/attribute/arguments" , version = " =0.1.12 " }
30
+ bolt-attribute-bolt-component-deserialize = { path = " crates/bolt-lang/attribute/component-deserialize" , version = " =0.1.12 " }
31
+ bolt-attribute-bolt-component-id = { path = " crates/bolt-lang/attribute/component-id" , version = " =0.1.12 " }
32
+ bolt-helpers-system-template = { path = " crates/bolt-helpers/attribute/system-template" , version = " =0.1.12 " }
33
+ bolt-helpers-world-apply = { path = " crates/bolt-helpers/attribute/world-apply" , version = " =0.1.12 " }
34
+ bolt-utils = { path = " crates/bolt-lang/utils" , version = " =0.1.12 " }
35
+ world = { path = " crates/programs/world" , features = [" cpi" ], version = " =0.1.12 " }
36
+ bolt-system = { path = " crates/programs/bolt-system" , features = [" cpi" ], version = " =0.1.12 " }
37
+ bolt-component = { path = " crates/programs/bolt-component" , features = [" cpi" ], version = " =0.1.12 " }
38
38
39
39
# # External crates
40
40
anchor-lang = { version = " =0.30.1" , features = [" init-if-needed" ] }
0 commit comments