Skip to content

Commit

Permalink
Bump simplelog
Browse files Browse the repository at this point in the history
Buffer output instead of writing < 10 bytes at a time:
Drakulix/simplelog.rs#80
  • Loading branch information
mrkline committed Sep 27, 2021
1 parent 40fe6ce commit 4e3aa0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion logsetup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ atty = "0.2"
structopt = "0.3.8"

[dependencies.simplelog]
version = "0.10"
git = "https://github.com/mrkline/simplelog.rs"
rev = "523355a2d12b0a9c052f4d9ce2e8a26ad00cf719"
features = ["test", "termcolor"]

0 comments on commit 4e3aa0c

Please sign in to comment.