From d2e846eebc22a439300285d8ebbd2b7f7698ff44 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Sun, 30 Dec 2018 21:50:04 -0500 Subject: [PATCH] Prepare the note about Rust version and edition for nostarch --- nostarch/version-note.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nostarch/version-note.md diff --git a/nostarch/version-note.md b/nostarch/version-note.md new file mode 100644 index 000000000..60538cea5 --- /dev/null +++ b/nostarch/version-note.md @@ -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.