aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-02-04 16:50:19 -0500
committerDeterminant <ted.sybil@gmail.com>2018-02-04 16:50:19 -0500
commitcc32f29eedc10a7756820c491c6797c27054c433 (patch)
tree94c38915ac8c682e0c55e5228090a70bf9fa378c /Cargo.toml
parentf10e500bcbfe27558af0542b32b4a09d2a643ed4 (diff)
fix the compilation error in rust nightly build
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <tederminant@gmail.com>"]
description = "No-std NES emulator library and minimal emulator written purely in Rust."
repository = "https://github.com/Determinant/runes"