Add pure function attribute.

This commit is contained in:
Stephen Chung
2021-02-19 23:13:41 +08:00
parent 724ad05916
commit ac1b7debe9
5 changed files with 183 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai_codegen"
version = "0.3.2"
version = "0.3.3"
edition = "2018"
authors = ["jhwgh1968"]
description = "Procedural macro support package for Rhai, a scripting language for Rust"