Bump version

This commit is contained in:
zrkn 2020-01-31 03:19:10 +03:00
parent a156522b85
commit bcb3083252
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rlua_serde"
version = "0.3.1"
version = "0.4.0"
authors = ["zrkn <zrkn@email.su>"]
description = "Serde (De)serializer implementation for rlua Value"
repository = "https://github.com/zrkn/rlua_serde/"

View File

@ -16,7 +16,7 @@ To use `rlua_serde`, first add this to your `Cargo.toml`:
```toml
[dependencies]
rlua_serde = "0.3"
rlua_serde = "0.4"
```
Next, you can use `to_value`/`from_value` functions to serialize/deserialize: