From 081c30300a7c4a07e708f491011bf7a6790f3889 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 1 May 2019 22:06:55 +0200 Subject: Apparently attr_literals was stable in 1.30 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3