diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 8c471813..79a179b1 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -16,7 +16,7 @@ default = [] metadata = [] [dev-dependencies] -rhai = { path = "..", version = "1.4" } +rhai = { path = "..", version = "1.4", features = ["metadata"] } trybuild = "1" [dependencies]