Skip to content

Commit

Permalink
Update paris crate and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
manio committed Dec 8, 2021
1 parent ddd6e69 commit d98ad32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simplelog"
version = "0.11.0"
version = "0.11.1"
edition = "2018"
authors = ["Drakulix <[email protected]>"]
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 d98ad32

Please sign in to comment.