Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix committed Mar 2, 2023
1 parent 626467d commit 2f0dcf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "simplelog"
version = "0.12.0"
version = "0.12.1"
edition = "2018"
authors = ["Drakulix <github@drakulix.de>"]
description = "A simple and easy-to-use logging facility for Rust's log crate"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -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
```
Expand All @@ -57,7 +57,7 @@ and my_rust_binary.log
Just add
```
[dependencies]
simplelog = "^0.12.0"
simplelog = "^0.12.1"
```
to your `Cargo.toml`

Expand All @@ -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`

Expand Down

0 comments on commit 2f0dcf1

Please sign in to comment.