diff options
| author | Vincent Prouillet | 2017-01-17 17:58:38 +0900 |
|---|---|---|
| committer | Vincent Prouillet | 2017-01-18 00:29:38 +0900 |
| commit | d8298ba2c96692cf4fb954393afb9fe10cb31b4c (patch) | |
| tree | 5c9038271d8a5a83264f9589b650897b84e46b4b | |
| parent | 6c41eadf8d2c36796c8f3436ce27abd28dfc2d63 (diff) | |
| download | validator-d8298ba2c96692cf4fb954393afb9fe10cb31b4c.tar.bz2 | |
Remove * for compiletest_rs version
| -rw-r--r-- | validator_derive/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index 84b41dc..da556a7 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -19,7 +19,7 @@ quote = "0.3" serde = "0.8" serde_derive = "0.8" serde_json = "0.8" -compiletest_rs = "*" +compiletest_rs = "0.2" [dependencies.validator] # path = "../validator" |
