| commit | cf223856623f4f44437e2471bc66d9f90af0e66d | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Mon May 11 20:50:59 2020 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Mon May 11 20:50:59 2020 -0700 |
| tree | d524a88a85a45319e743e6db95bac61cd9d4d139 | |
| parent | 0e078f74be2122bff458ff23e43e364a11abaa90 [diff] [blame] |
Document c++ standard support
diff --git a/README.md b/README.md index 9e397f2..5fd02a9 100644 --- a/README.md +++ b/README.md
@@ -20,7 +20,7 @@ cxx = "0.3" ``` -*Compiler support: requires rustc 1.42+*<br> +*Compiler support: requires rustc 1.42+ and c++11 or newer*<br> *[Release notes](https://github.com/dtolnay/cxx/releases)* <br>