aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prouillet2016-12-28 12:57:54 +0900
committerGitHub2016-12-28 12:57:54 +0900
commitce9ee1ce4ac73ba7989c88c67b16243cbcec2b98 (patch)
tree17ce4099d004b4fb9f038f6eb12e9bfbccbd1613
parentc5c76fac8726d53988092d71c818d38f12e8348e (diff)
downloadvalidator-ce9ee1ce4ac73ba7989c88c67b16243cbcec2b98.tar.bz2
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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