Skip to content

Commit

Permalink
Merge pull request #425 from schungx/master
Browse files Browse the repository at this point in the history
Bump codegen.
  • Loading branch information
schungx committed Jul 7, 2021
2 parents a7dc824 + 204c08a commit 51a9c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhai_codegen"
version = "0.4.1"
version = "1.0.0"
edition = "2018"
authors = ["jhwgh1968", "Stephen Chung"]
description = "Procedural macros support package for Rhai, a scripting language and engine for Rust"
Expand All @@ -16,7 +16,7 @@ default = []
metadata = []

[dev-dependencies]
rhai = { path = "..", version = ">=0.20.3" }
rhai = { path = "..", version = "1.0" }
trybuild = "1"

[dependencies]
Expand Down

0 comments on commit 51a9c55

Please sign in to comment.