diff --git a/Cargo.lock b/Cargo.lock index a254bc6..56bafb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "cargo-vita" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 9c41843..c3c18eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-vita" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "Cargo wrapper for developing Sony PlayStation Vita homebrew apps" repository = "https://github.com/vita-rust/cargo-vita"