diff --git a/Cargo.toml b/Cargo.toml index 6305975..6b9f8e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bevy_scriptum" authors = ["Jaroslaw Konik "] 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"]