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