aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-01-21 12:53:26 -0500
committerDeterminant <ted.sybil@gmail.com>2018-01-21 12:53:26 -0500
commit38abb8c04fc9cbf2435dd8933678be1c0d2d763d (patch)
treea1eee139c6ed1622b841dc9fe5fa3d08744e3f12 /Cargo.toml
parent25dc0702403896cae8c8b0e123bc9a0161fded2c (diff)
change the way of driving controllers
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 62a9fe8..6b90d64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "runes"
-version = "0.1.7"
+version = "0.1.8"
authors = ["Determinant <tederminant@gmail.com>"]
description = "No-std NES emulator library and minimal emulator written purely in Rust."
repository = "https://github.com/Determinant/runes"