Update dependencies, increase MSRV to 1.36 (#92)

This commit is contained in:
Danilo Bargen 2019-11-27 10:58:21 +01:00 committed by GitHub
commit 6ad91a440c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 474 additions and 535 deletions

View file

@ -12,6 +12,11 @@ Possible log types:
- `[security]` to invite users to upgrade in case of vulnerabilities.
### Unreleased
- [changed] Update dependencies (?)
- [changed] Require at least Rust 1.36 to build (previous: 1.32)
### [v1.2.0][v1.2.0] (2019-08-10)
- [added] Add Windows support ([#77][i77])