From 2f0dcf171134fcb1062da7ff8d2637192ca8af3d Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Thu, 2 Mar 2023 18:27:37 +0100 Subject: [PATCH] v0.12.1 --- Cargo.toml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2895974f..e2e533c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simplelog" -version = "0.12.0" +version = "0.12.1" 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 908e535e..c94a61a1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ fn main() { ### Results in ``` $ cargo run --example usage - Compiling simplelog v0.12.0 (file:///home/drakulix/Projects/simplelog) + Compiling simplelog v0.12.1 (file:///home/drakulix/Projects/simplelog) Running `target/debug/examples/usage` [ERROR] Bright red error ``` @@ -57,7 +57,7 @@ and my_rust_binary.log Just add ``` [dependencies] -simplelog = "^0.12.0" +simplelog = "^0.12.1" ``` to your `Cargo.toml` @@ -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.11.0", features = ["paris"] } +simplelog = { version = "^0.12.1", features = ["paris"] } ``` in your `Cargo.toml`