From 50928b2f92d9781e309756869d1f7636909b7368 Mon Sep 17 00:00:00 2001 From: Mariusz Bialonczyk Date: Sat, 6 Nov 2021 16:34:57 +0100 Subject: [PATCH] Bump version to v0.10.3 and adjust README --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d79968a..fbef8f1b 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`