Remove PluginFunction::is_variadic.

This commit is contained in:
Stephen Chung
2021-05-29 18:32:34 +08:00
parent b5ed841ee7
commit 5f36f1a28c
6 changed files with 3 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai_codegen"
version = "0.3.6"
version = "0.3.7"
edition = "2018"
authors = ["jhwgh1968", "Stephen Chung"]
description = "Procedural macros support package for Rhai, a scripting language and engine for Rust"
@@ -16,7 +16,7 @@ default = []
metadata = []
[dev-dependencies]
rhai = { path = "..", version = ">=0.19.15" }
rhai = { path = "..", version = ">=0.20.3" }
trybuild = "1"
[dependencies]