diff options
| author | Vincent Prouillet | 2020-06-09 21:39:53 +0200 |
|---|---|---|
| committer | Vincent Prouillet | 2020-06-09 21:39:53 +0200 |
| commit | 709a78d1b6d749b8fb6bda98d3859e6502b449dc (patch) | |
| tree | 81f4e4652c7a74e5717d2057ccf0929d54e31d40 /validator_derive | |
| parent | a03d18b4c46cfe4121fc24073109e76d137f77b7 (diff) | |
| download | validator-709a78d1b6d749b8fb6bda98d3859e6502b449dc.tar.bz2 | |
Update readme + deps
Diffstat (limited to 'validator_derive')
| -rw-r--r-- | validator_derive/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index 4062170..c4e6d6e 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_derive" -version = "0.10.0" +version = "0.10.1" authors = ["Vincent Prouillet <prouillet.vincent@gmail.com"] license = "MIT" description = "Macros 1.1 implementation of #[derive(Validate)]" @@ -30,6 +30,6 @@ lazy_static = "1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -compiletest_rs = "0.3" +compiletest_rs = "0.5" |
