Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
lenscas committed Feb 1, 2021
1 parent 2b39990 commit 81242ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tealr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "tealr"
readme = "README.md"
repository = "https://github.com/lenscas/tealr/"
version = "0.3.1"
version = "0.4.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
Expand All @@ -21,4 +21,4 @@ embed_compiler = ["tealr_derive/embed_compiler"]
[dependencies]
bstr = {version = "0.2", default_features = false}
rlua = "0.17"
tealr_derive = {version = "0.3.1", optional = true, path = "../tealr_derive"}
tealr_derive = {version = "0.4.0", optional = true, path = "../tealr_derive"}
2 changes: 1 addition & 1 deletion tealr_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["derive", "macro", "teal", "lua", "tealr"]
license = "MIT OR Apache-2.0"
name = "tealr_derive"
repository = "https://github.com/lenscas/tealr/"
version = "0.3.1"
version = "0.4.0"

[features]
compile = ["tempfile"]
Expand Down

0 comments on commit 81242ac

Please sign in to comment.