bump rust edition
This commit is contained in:
parent
fc76c927ca
commit
9e3dce14a2
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
name = "bevy_scriptum"
|
||||
authors = ["Jaroslaw Konik <konikjar@gmail.com>"]
|
||||
version = "0.8.1"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
categories = ["game-development"]
|
||||
|
|
@ -46,7 +46,7 @@ path = "examples/rhai/current_entity.rs"
|
|||
required-features = ["rhai"]
|
||||
|
||||
[[example]]
|
||||
name = "custom_type_rhai"
|
||||
name = "custom5type_rhai"
|
||||
path = "examples/rhai/custom_type.rs"
|
||||
required-features = ["rhai"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue