Skip to content

Commit 5f2f243

Browse files
authored
Merge pull request #858 from schungx/master
Bump codegen version
2 parents 02d67bb + fd281a4 commit 5f2f243

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ num-traits = { version = "0.2.0", default-features = false }
2525
once_cell = { version = "1.7.0", default-features = false, features = ["race"] }
2626
bitflags = { version = "2.0.0", default-features = false }
2727
smartstring = { version = "1.0.0", default-features = false }
28-
rhai_codegen = { version = "2.0.0", path = "codegen" }
28+
rhai_codegen = { version = "2.1.0", path = "codegen" }
2929

3030
no-std-compat = { git = "https://gitlab.com/jD91mZM2/no-std-compat", version = "0.4.1", default-features = false, features = ["alloc"], optional = true }
3131
libm = { version = "0.2.0", default-features = false, optional = true }

codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rhai_codegen"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
edition = "2018"
55
resolver = "2"
66
authors = ["jhwgh1968", "Stephen Chung"]

0 commit comments

Comments
 (0)