diff --git a/Cargo.toml b/Cargo.toml index 027a1a1e..0ed6ee0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simplelog" -version = "0.10.2" +version = "0.10.3" edition = "2018" authors = ["Drakulix "] description = "A simple and easy-to-use logging facility for Rust's log crate" diff --git a/README.md b/README.md index cfa4deb1..09ef207d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ This crate can internally depend on a [paris](https://github.com/0x20F/paris) cr To use this feature you need to set a _paris_ feature, like this: ``` [dependencies] -simplelog = { version = "^0.10.0", features = ["paris"] } +simplelog = { version = "^0.10.3", features = ["paris"] } ``` in your `Cargo.toml`