From d64a43acd2ed4c8684e6006a3ce815f997589894 Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Sun, 8 Oct 2023 16:22:09 +0300 Subject: [PATCH] v0.1.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee590b8..d00b766 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "cargo-vita" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index c3c18eb..b977fb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-vita" -version = "0.1.7" +version = "0.1.8" edition = "2021" description = "Cargo wrapper for developing Sony PlayStation Vita homebrew apps" repository = "https://github.com/vita-rust/cargo-vita"