aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-01-08 12:54:07 +0800
committerDeterminant <ted.sybil@gmail.com>2018-01-08 12:54:07 +0800
commit704d1c2e7feb0501097e70032f951893d29e358a (patch)
tree3167a23284569d228a0c1612af24cddbf5dd2460 /Cargo.toml
parent96c7c1e4fee261ecf386fb2fff2155f06a2f7973 (diff)
finish load/save features
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 42bd0e2..8a39686 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "runes"
-version = "0.1.5"
+version = "0.1.6"
authors = ["Determinant <tederminant@gmail.com>"]
description = "No-std NES emulator library and minimal emulator written purely in Rust."
repository = "https://github.com/Determinant/runes"