Bump version.

This commit is contained in:
Stephen Chung
2021-04-16 21:59:11 +08:00
parent 2b10c5c6c1
commit e31506fe51
3 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai_codegen"
version = "0.3.4"
version = "0.3.5"
edition = "2018"
authors = ["jhwgh1968"]
description = "Procedural macro support package for Rhai, a scripting language for Rust"
@@ -16,7 +16,7 @@ default = []
metadata = []
[dev-dependencies]
rhai = { path = "..", version = "0.19" }
rhai = { path = "..", version = ">=0.19.15" }
trybuild = "1"
[dependencies]