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] [package]
name = "rlua_serde" name = "rlua_serde"
version = "0.3.1" version = "0.4.0"
authors = ["zrkn <zrkn@email.su>"] authors = ["zrkn <zrkn@email.su>"]
description = "Serde (De)serializer implementation for rlua Value" description = "Serde (De)serializer implementation for rlua Value"
repository = "https://github.com/zrkn/rlua_serde/" 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 ```toml
[dependencies] [dependencies]
rlua_serde = "0.3" rlua_serde = "0.4"
``` ```
Next, you can use `to_value`/`from_value` functions to serialize/deserialize: Next, you can use `to_value`/`from_value` functions to serialize/deserialize: