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