aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prouillet2019-05-01 22:06:55 +0200
committerVincent Prouillet2019-05-01 22:07:13 +0200
commit081c30300a7c4a07e708f491011bf7a6790f3889 (patch)
tree2baf3a2ad6e95ac5be738100ea72a797a96f5c0d
parent467298db852205329758f89d7c2f2639b61ad66a (diff)
downloadvalidator-081c30300a7c4a07e708f491011bf7a6790f3889.tar.bz2
Apparently attr_literals was stable in 1.30
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index fadb9d0..875f066 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@
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.
+
A short example:
```rust
@@ -327,7 +330,7 @@ For example, the following attributes all work:
#### 0.9.0 (2019/05/xx)
-- Use literals in macros now that it's stable -> bumping minimum Rust version to 1.34
+- Use literals in macros now that it's stable -> bumping minimum Rust version to 1.30
#### 0.8.0 (2018/09/19)