Bump version

This commit is contained in:
zrkn 2019-04-26 13:25:03 +03:00
parent 8060f24cb8
commit 8a4cfb41db
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.0" version = "0.3.1"
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

@ -12,7 +12,7 @@ More information about this crate can be found in the [crate documentation][dox]
## Usage ## Usage
To use `eventd`, first add this to your `Cargo.toml`: To use `rlua_serde`, first add this to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]