aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-01-08 19:54:41 +0800
committerDeterminant <ted.sybil@gmail.com>2018-01-08 19:54:41 +0800
commitd4b31544fcd3cd87077d6b5b32685dc885cd8d33 (patch)
tree9b795a2c18c8a4e44afe5c54e06653648d3633c7 /Cargo.toml
parent704d1c2e7feb0501097e70032f951893d29e358a (diff)
change size_of consts to macros to support stable rustc
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 8a39686..62a9fe8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "runes"
-version = "0.1.6"
+version = "0.1.7"
authors = ["Determinant <tederminant@gmail.com>"]
description = "No-std NES emulator library and minimal emulator written purely in Rust."
repository = "https://github.com/Determinant/runes"