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"
|
name = "bevy_scriptum"
|
||||||
authors = ["Jaroslaw Konik <konikjar@gmail.com>"]
|
authors = ["Jaroslaw Konik <konikjar@gmail.com>"]
|
||||||
version = "0.8.1"
|
version = "0.8.1"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
categories = ["game-development"]
|
categories = ["game-development"]
|
||||||
|
|
@ -46,7 +46,7 @@ path = "examples/rhai/current_entity.rs"
|
||||||
required-features = ["rhai"]
|
required-features = ["rhai"]
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "custom_type_rhai"
|
name = "custom5type_rhai"
|
||||||
path = "examples/rhai/custom_type.rs"
|
path = "examples/rhai/custom_type.rs"
|
||||||
required-features = ["rhai"]
|
required-features = ["rhai"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue