From 8a4cfb41db495bc3bb6b98a2b6c4d480a107f0b6 Mon Sep 17 00:00:00 2001 From: zrkn Date: Fri, 26 Apr 2019 13:25:03 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3eda427..b18fb8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rlua_serde" -version = "0.3.0" +version = "0.3.1" authors = ["zrkn "] description = "Serde (De)serializer implementation for rlua Value" repository = "https://github.com/zrkn/rlua_serde/" diff --git a/README.md b/README.md index cadfd0e..ca39b74 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ More information about this crate can be found in the [crate documentation][dox] ## Usage -To use `eventd`, first add this to your `Cargo.toml`: +To use `rlua_serde`, first add this to your `Cargo.toml`: ```toml [dependencies]