diff options
| author | Fenrir <[email protected]> | 2017-07-29 15:41:40 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-07-29 18:04:40 -0600 |
| commit | 81db0773d04423385eae060c0638efe91356f23c (patch) | |
| tree | 420aaf4b6cb25687274127e2246432f209bf72e3 | |
| parent | Refactor HID module (diff) | |
| download | ctru-rs-81db0773d04423385eae060c0638efe91356f23c.tar.xz ctru-rs-81db0773d04423385eae060c0638efe91356f23c.zip | |
Bump version
| -rw-r--r-- | ctru-rs/Cargo.toml | 2 |
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"] |