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]