updated CHANGELOG for resolver non_exhaustive

This commit is contained in:
Benjamin Fry 2021-04-04 09:08:38 -07:00 committed by Dirkjan Ochtman
parent 3f270a0aae
commit 0c07d00635
2 changed files with 7 additions and 2 deletions

View File

@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
All notes should be prepended with the location of the change, e.g. `(proto)` or `(resolver)`.
## 0.21.0 (unreleased)
### Changed
- (all) Most public enum types are now marked `#[non_exaustive]` #1426
- (resolver) DnsRequestOptions and ResolverOpts now `#[non_exaustive]` #1426
## 0.20.1
### Added

2
Cargo.lock generated
View File

@ -1,7 +1,5 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.14.1"