From e366bd2106d9b27455d6ed926157b00806a92b94 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Sun, 16 Jan 2022 23:15:19 +0800 Subject: [PATCH] Pass metadata feature to rhai. --- codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]