Skip to content

Commit

Permalink
git prepare 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lenscas committed Feb 20, 2022
1 parent c5eddbc commit c517168
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
@@ -1,14 +1,14 @@
[package]
authors = ["Lenscas <[email protected]>"]
categories = ["development-tools::ffi"]
description = "Traits and structs to generate teal type defintions."
description = "A crate to enhance the APIs provided by the rlua and mlua crates"
edition = "2021"
keywords = ["teal", "lua", "type", "generation", "type-generation"]
license = "MIT OR Apache-2.0"
name = "tealr"
readme = "README.md"
repository = "https://github.com/lenscas/tealr/"
version = "0.8.0"
version = "0.8.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
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.0"
version = "0.8.1"

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

0 comments on commit c517168

Please sign in to comment.