From ce9ee1ce4ac73ba7989c88c67b16243cbcec2b98 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 28 Dec 2016 12:57:54 +0900 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05d74be..0c26d77 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Status: Experimental - do not use in production 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 currently only works on nightly but should work on stable in Rust 1.15. +It currently only works on nightly as it uses 2 features: `proc_macro` and `attr_literals`. `proc_macro` should be stable in Rust 1.15 but there are no plans for `attr_literals` yet. A short example: ```rust -- cgit v1.2.3