Skip to content

Commit

Permalink
Merge pull request #858 from schungx/master
Browse files Browse the repository at this point in the history
Bump codegen version
  • Loading branch information
schungx committed Apr 12, 2024
2 parents 02d67bb + fd281a4 commit 5f2f243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rhai_codegen"
version = "2.0.0"
version = "2.1.0"
edition = "2018"
resolver = "2"
authors = ["jhwgh1968", "Stephen Chung"]
Expand Down

0 comments on commit 5f2f243

Please sign in to comment.