Prepare the note about Rust version and edition for nostarch

This commit is contained in:
Carol (Nichols || Goulding)
2018-12-30 21:50:04 -05:00
parent bb062e1e2f
commit d2e846eebc

9
nostarch/version-note.md Normal file
View File

@@ -0,0 +1,9 @@
Somewhere in the frontmatter, possibly just before the introduction? we'd like the following note about the version and edition of Rust used for this printing of the book. We're open to other locations if you think somewhere else would be best.
## Note on Rust Version and Edition
This version of the text assumes you are using Rust 1.31.0 or later, with
`edition="2018"` in *Cargo.toml* of all projects to use Rust 2018 Edition
idioms. See the "Installation" section of Chapter 1 on page XX to install or
update Rust, and see Appendix E on page XX for information on what editions of
Rust are.