diff options
| author | Vincent Prouillet | 2017-01-18 21:35:01 +0900 |
|---|---|---|
| committer | Vincent Prouillet | 2017-01-19 13:38:47 +0900 |
| commit | 1fd1b3d708a2737c2a678df8a37e719c29c754bc (patch) | |
| tree | 67cb2b347ee2dab46bce64fdcfcb1f77a59e9a19 /validator_derive/Cargo.toml | |
| parent | 8f54c9228d8cf8e2bede37ddc9958db7ce4c63a8 (diff) | |
| download | validator-1fd1b3d708a2737c2a678df8a37e719c29c754bc.tar.bz2 | |
Make it work with lifetimes
Diffstat (limited to 'validator_derive/Cargo.toml')
| -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 fc4a3be..3cbe9a8 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -24,5 +24,5 @@ regex = "0.2" lazy_static = "0.2" [dependencies.validator] -# path = "../validator" -version = "0.3.0" +path = "../validator" +# version = "0.3.0" |
