diff options
| author | Vincent Prouillet | 2019-10-17 23:02:51 +0200 | 
|---|---|---|
| committer | Vincent Prouillet | 2019-10-17 23:02:51 +0200 | 
| commit | 52cd62998b8f45be56512ce1d89aef8bf1a9f670 (patch) | |
| tree | 7469738d72627423c5b99df7dfae099951f4d322 /README.md | |
| parent | f57048e58c59317ec18a37a86e7fd848670fff85 (diff) | |
| download | validator-52cd62998b8f45be56512ce1d89aef8bf1a9f670.tar.bz2 | |
Fix bug + cargo fmt
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 | 
1 files changed, 10 insertions, 0 deletions
| @@ -302,6 +302,10 @@ For example, the following attributes all work:  ### validator +#### 0.10.0 (2019/10/18) + +- Add `non_control_characters` validation +  #### 0.9.0 (2019/05/xx)  - `ValidationErrors::errors` and `ValidationErrors::field_errors` now use `&self` instead of `self` @@ -333,6 +337,12 @@ For example, the following attributes all work:  ### validator_derive + +#### 0.10.0 (2019/10/18) + +- Update syn & quote +- Move to edition 2018 +  #### 0.9.0 (2019/05/xx)  - Use literals in macros now that it's stable -> bumping minimum Rust version to 1.30 | 
