diff options
| author | Fenrir <[email protected]> | 2017-01-17 23:51:17 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-01-17 23:51:17 -0700 |
| commit | 119b536353c4fae5da37f1d6f42328972abcf564 (patch) | |
| tree | 9fb5fbb99d5643a0a7bfc891ee4aa247c57de24a | |
| parent | Fixes for latest nightlies (Rust 1.16.0) (diff) | |
| download | ctru-rs-119b536353c4fae5da37f1d6f42328972abcf564.tar.xz ctru-rs-119b536353c4fae5da37f1d6f42328972abcf564.zip | |
Update Cargo.toml
| -rw-r--r-- | Cargo.toml | 3 | ||||
| -rw-r--r-- | std/Cargo.toml | 2 |
2 files changed, 0 insertions, 5 deletions
@@ -14,8 +14,5 @@ name = "ctru" [dependencies.ctru-sys] path = "ctru-sys" -[dependencies.std] -path = "std" - [dependencies.bitflags] version = "0.7.0" diff --git a/std/Cargo.toml b/std/Cargo.toml index fbb4ed2..f23c3c2 100644 --- a/std/Cargo.toml +++ b/std/Cargo.toml @@ -1,8 +1,6 @@ [package] name = "std" version = "0.0.0" -authors = ["Ronald Kinard <[email protected]>"] -license = "https://en.wikipedia.org/wiki/Zlib_License" [lib] crate-type = ["rlib"] |