diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 67baf653..2cb1c662 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -16,7 +16,7 @@ default = [] metadata = [] [dev-dependencies] -rhai = { path = "..", version = "1.4", features = ["metadata"] } +rhai = { path = "..", version = "1.6", features = ["metadata"] } trybuild = "1" [dependencies]