Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lenscas committed Dec 15, 2023
1 parent a6e6138 commit 3d889ab
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.9.0"
version = "0.9.1"

[workspace]
members = ["tealr_derive"]
Expand Down Expand Up @@ -52,7 +52,7 @@ mlua = { version = "0.9.2", optional = true, default_features = false }
rlua = { version = "0.19.7", optional = true, default_features = false }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.91"
tealr_derive = { version = "0.9.0", optional = true, path = "./tealr_derive" }
tealr_derive = { version = "0.9.1", 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.9.0"
version = "0.9.1"

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

0 comments on commit 3d889ab

Please sign in to comment.