Skip to content

Commit

Permalink
Merge pull request #92 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 Jan 10, 2022
2 parents 302d0a8 + 5cc283f commit 98b0ed6
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.1"
version = "0.11.2"
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.8", optional = true }
paris = { version = "~1.5", optional = true }
ansi_term = { version = "0.12", optional = true }
chrono = "0.4.1"

0 comments on commit 98b0ed6

Please sign in to comment.