aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVincent Prouillet2019-10-17 21:56:06 +0200
committerVincent Prouillet2019-10-17 21:56:14 +0200
commit9bbd55ea056c275ca88342c69293e22480bc2466 (patch)
tree593f6f54a801a439c31720b2cf90074fe937ed05 /README.md
parent8fd0d392558422d95119a2e09f261bd4ac54e6d2 (diff)
downloadvalidator-9bbd55ea056c275ca88342c69293e22480bc2466.tar.bz2
Try with Rust 1.33
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c422248..a2357ba 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Macros 1.1 custom derive to simplify struct validation inspired by [marshmallow](http://marshmallow.readthedocs.io/en/latest/) and
[Django validators](https://docs.djangoproject.com/en/1.10/ref/validators/).
-It requires Rust 1.30.
+It requires Rust 1.33.
A short example: