-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72e909e
commit 622373d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ description = """ | |
A logging implementation for the log crate that logs messages to standard | ||
error and requests to standard out. | ||
""" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
authors = ["Thomas de Zeeuw <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
documentation = "https://docs.rs/std-logger" | ||
|