From fd281a413acb531fe910ac8bf597335e52c88bbb Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 12 Apr 2024 12:58:15 +0800 Subject: [PATCH] Bump codegen version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e24e50633..cebbfabba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ num-traits = { version = "0.2.0", default-features = false } once_cell = { version = "1.7.0", default-features = false, features = ["race"] } bitflags = { version = "2.0.0", default-features = false } smartstring = { version = "1.0.0", default-features = false } -rhai_codegen = { version = "2.0.0", path = "codegen" } +rhai_codegen = { version = "2.1.0", path = "codegen" } no-std-compat = { git = "https://gitlab.com/jD91mZM2/no-std-compat", version = "0.4.1", default-features = false, features = ["alloc"], optional = true } libm = { version = "0.2.0", default-features = false, optional = true }