From a370e822e79ab84939abb69e5417be7ac3f1c556 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 12:29:02 -0700 Subject: [PATCH] Remove outdated note about version support --- parser/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/parser/README.md b/parser/README.md index f410525..d3fb5bd 100644 --- a/parser/README.md +++ b/parser/README.md @@ -12,9 +12,6 @@ which enjoys the memory safety property and other benefits from the Rust language. The parser is heavily influenced by `libyaml` and `yaml-cpp`. -This crate works on all Rust-supported platforms. It also works on -Rust 1.0.0 and nightly! - ## Quick Start Add the following to the Cargo.toml of your project: