aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-01-03 22:44:12 +0800
committerDeterminant <ted.sybil@gmail.com>2018-01-03 22:44:12 +0800
commitf6bc28a5beea85d5b84004f72d4ec2e3f77b2949 (patch)
tree40c3195c48fbf1faf6ede34e0d7d66f853d20df0 /Cargo.toml
parent3afd5872514945bbec6c0e4656b491b2b21e7651 (diff)
pass nmi timing accurarcy test; fix several annoying bugs
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 4c79f83..42bd0e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "runes"
-version = "0.1.4"
+version = "0.1.5"
authors = ["Determinant <tederminant@gmail.com>"]
description = "No-std NES emulator library and minimal emulator written purely in Rust."
repository = "https://github.com/Determinant/runes"