From 2ec94dff935e04e71fdcc5aaca87870e4733df41 Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Tue, 30 Oct 2018 06:25:11 +0000 Subject: [PATCH] readme: remove outdated Rust nightly requirement message --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9079cdc..970e864 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ An encoder/decoder for Konami's binary XML format, used in some of their games. -**WARNING!** Requires Rust Nightly due to the use of the `int_to_from_bytes` unstable feature. - ### Setup - Setup Rust Nightly through `rustup` or your own preferred method of acquiring the nightly version of Rust