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