From cc32f29eedc10a7756820c491c6797c27054c433 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sun, 4 Feb 2018 16:50:19 -0500 Subject: fix the compilation error in rust nightly build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 27a5d3f..973caca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runes" -version = "0.1.9" +version = "0.2.0" authors = ["Determinant "] description = "No-std NES emulator library and minimal emulator written purely in Rust." repository = "https://github.com/Determinant/runes" -- cgit v1.2.3