Allow setters returning values when return_raw.

This commit is contained in:
Stephen Chung
2021-05-02 23:51:37 +08:00
parent 9fabca5937
commit 13d5092c4d
3 changed files with 15 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai_codegen"
version = "0.3.5"
version = "0.3.6"
edition = "2018"
authors = ["jhwgh1968", "Stephen Chung"]
description = "Procedural macros support package for Rhai, a scripting language and engine for Rust"