aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-07-29 15:41:40 -0600
committerFenrir <[email protected]>2017-07-29 18:04:40 -0600
commit81db0773d04423385eae060c0638efe91356f23c (patch)
tree420aaf4b6cb25687274127e2246432f209bf72e3
parentRefactor HID module (diff)
downloadctru-rs-81db0773d04423385eae060c0638efe91356f23c.tar.xz
ctru-rs-81db0773d04423385eae060c0638efe91356f23c.zip
Bump version
-rw-r--r--ctru-rs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctru-rs/Cargo.toml b/ctru-rs/Cargo.toml
index 71439fe..69b2db1 100644
--- a/ctru-rs/Cargo.toml
+++ b/ctru-rs/Cargo.toml
@@ -4,7 +4,7 @@ description = "A safe wrapper around smealum's ctrulib."
license = "https://en.wikipedia.org/wiki/Zlib_License"
name = "ctru-rs"
links = "ctru"
-version = "0.5.1"
+version = "0.6.0"
[lib]
crate-type = ["rlib"]