Skip to content

Commit

Permalink
Merge pull request #90 from manio/master
Browse files Browse the repository at this point in the history
Update paris crate and bump version
  • Loading branch information
Drakulix committed Dec 8, 2021
2 parents ddd6e69 + d98ad32 commit 302d0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "simplelog"
version = "0.11.0"
version = "0.11.1"
edition = "2018"
authors = ["Drakulix <github@drakulix.de>"]
description = "A simple and easy-to-use logging facility for Rust's log crate"
Expand All @@ -25,6 +25,6 @@ default = ["termcolor"]
[dependencies]
log = { version = "0.4.*", features = ["std"] }
termcolor = { version = "1.1.*", optional = true }
paris = { version = "1.5.7", optional = true }
paris = { version = "1.5.8", optional = true }
ansi_term = { version = "0.12", optional = true }
chrono = "0.4.1"

0 comments on commit 302d0a8

Please sign in to comment.