From 35ab5481b5fcf27a42ab4ba7b109aafb62a2a866 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 19 Nov 2021 14:17:38 +0800 Subject: [PATCH] Update codegen dependency. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc04ffed..0b27d863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ smallvec = { version = "1.6", default-features = false, features = ["union"] } ahash = { version = "0.7", default-features = false } num-traits = { version = "0.2", default-features = false } smartstring = { version = "0.2.7", default-features = false } -rhai_codegen = { version = "1.1", path = "codegen", default-features = false } +rhai_codegen = { version = "1.2", path = "codegen", default-features = false } [features] default = ["ahash/std", "num-traits/std"]