File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77
8+ ## 2.0.0 - 2017-12-14
9+ ### Changed
10+
11+ * Updated dependencies
12+
813## 2.0.0 - 2017-04-02
914
1015* Update dependencies
Original file line number Diff line number Diff line change 11[package ]
22
33name = " slog-envlogger"
4- version = " 2.0 .0"
4+ version = " 2.1 .0"
55authors = [" The Rust Project Developers" , " Dawid Ciężarkiewicz <dpc@dpc.pw>" ]
66license = " MIT/Apache-2.0"
77readme = " README.md"
@@ -19,8 +19,9 @@ path = "src/lib.rs"
1919slog = " 2"
2020regex = { version = " 0.2" , optional = true }
2121slog-term = " 2"
22- slog-stdlog = " 2"
23- slog-scope = " 3"
22+ slog-stdlog = " 3"
23+ slog-scope = " 4"
24+ slog-async = " 2"
2425log = " 0.3.6"
2526
2627[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments