diff --git a/Cargo.lock b/Cargo.lock index 6821a23..d1eaf75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -784,7 +784,7 @@ dependencies = [ [[package]] name = "tealr" -version = "0.8.0" +version = "0.8.1" dependencies = [ "bstr", "itertools", @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "tealr_derive" -version = "0.8.0" +version = "0.8.1" dependencies = [ "proc-macro2", "quote", diff --git a/tealr/Cargo.toml b/tealr/Cargo.toml index 6cc7dc1..90437ea 100644 --- a/tealr/Cargo.toml +++ b/tealr/Cargo.toml @@ -1,14 +1,14 @@ [package] authors = ["Lenscas "] 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] diff --git a/tealr_derive/Cargo.toml b/tealr_derive/Cargo.toml index 59852fc..9f89ef4 100644 --- a/tealr_derive/Cargo.toml +++ b/tealr_derive/Cargo.toml @@ -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"]