Skip to content

Commit

Permalink
Release 0.9.0-alpha1
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
lenscas committed Jul 24, 2022
1 parent 0aff816 commit 1c2a85f
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 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.8.2"
version = "0.9.0-alpha1"

[workspace]
members = [
Expand Down Expand Up @@ -52,7 +52,7 @@ itertools = "0.10.3"
mlua = {version = "0.8.1", optional = true, default_features = false}
rlua = {version = "0.19.2", optional = true, default_features = false}
serde = {version = "1.0.136", features = ["derive"]}
tealr_derive = {version = "0.8.0", optional = true, path = "./tealr_derive"}
tealr_derive = {version = "0.9.0-alpha1", optional = true, path = "./tealr_derive"}

# Rlua tests
[[test]]
Expand Down
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.8.2"
version = "0.9.0-alpha1"

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

0 comments on commit 1c2a85f

Please sign in to comment.