Fix tests.

This commit is contained in:
Stephen Chung
2022-10-27 22:08:47 +08:00
parent 4100645512
commit 25fde7dbed
5 changed files with 21 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rhai_codegen"
version = "1.4.2"
version = "1.4.3"
edition = "2018"
resolver = "2"
authors = ["jhwgh1968", "Stephen Chung"]
@@ -22,5 +22,5 @@ syn = { version = "1.0", features = ["full", "parsing", "printing", "proc-macro"
quote = "1"
[dev-dependencies]
rhai = { path = "..", version = "1.6", features = ["metadata"] }
rhai = { path = "..", version = "1.11", features = ["metadata"] }
trybuild = "1"