commit | b4f57240629f81b9b73783978dc805eec40e52eb | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Oct 28 17:57:08 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Oct 28 17:57:08 2018 -0700 |
tree | 4e983afe76763775d52c924151106d6f3145b655 | |
parent | 3be1b78c4299851d5437e0a1f29e133e963390ca [diff] [blame] |
Use a familiar way to specify compiler versions
diff --git a/examples/README.md b/examples/README.md index 267c28f..ea59c02 100644 --- a/examples/README.md +++ b/examples/README.md
@@ -6,7 +6,7 @@ ### [`heapsize`](heapsize) A complete working implementation of a custom derive. Works on any Rust compiler ->=1.15.0. +1.15+. ### [`lazy-static`](lazy-static)