0.2.0 release

This commit is contained in:
Alex Orlenko 2019-11-30 01:33:41 +00:00
parent 143c3a81a7
commit c9c8f983e0
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mlua" name = "mlua"
version = "0.1.0" version = "0.2.0"
authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@chucklefish.org>"] authors = ["Aleksandr Orlenko <zxteam@pm.me>", "kyren <catherine@chucklefish.org>"]
edition = "2018" edition = "2018"
repository = "https://github.com/khvzak/mlua" repository = "https://github.com/khvzak/mlua"

View File

@ -23,7 +23,7 @@ Add to `Cargo.toml` :
``` toml ``` toml
[dependencies] [dependencies]
mlua = "0.1" mlua = "0.2"
``` ```
`main.rs` `main.rs`
@ -55,8 +55,8 @@ Add to `Cargo.toml` :
crate-type = ["cdylib"] crate-type = ["cdylib"]
[dependencies] [dependencies]
mlua = "0.1" mlua = "0.2"
mlua_derive = "0.1" mlua_derive = "0.2"
``` ```
`lib.rs` : `lib.rs` :

View File

@ -1,6 +1,6 @@
[package] [package]
name = "mlua_derive" name = "mlua_derive"
version = "0.1.0" version = "0.2.0"
authors = ["Aleksandr Orlenko <zxteam@protonmail.com>"] authors = ["Aleksandr Orlenko <zxteam@protonmail.com>"]
edition = "2018" edition = "2018"
description = "Procedural macros for the mlua crate." description = "Procedural macros for the mlua crate."