Skip to content

Commit

Permalink
Bump version to v0.10.3 and adjust README
Browse files Browse the repository at this point in the history
  • Loading branch information
manio committed Nov 12, 2021
1 parent cc590d2 commit fb04759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "simplelog"
version = "0.10.2"
version = "0.10.3"
edition = "2018"
authors = ["Drakulix <github@drakulix.de>"]
description = "A simple and easy-to-use logging facility for Rust's log crate"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`

Expand Down

0 comments on commit fb04759

Please sign in to comment.