diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 53b6ab47..34008654 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai_codegen" -version = "0.4.0" +version = "0.4.1" edition = "2018" authors = ["jhwgh1968", "Stephen Chung"] description = "Procedural macros support package for Rhai, a scripting language and engine for Rust"