From 35d8a35162b10bed8fe4f479c10ee631b66f9ec6 Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Sat, 14 Oct 2023 11:38:52 +0300 Subject: [PATCH] v0.1.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 477ce0e..90af3b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "cargo-vita" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index a854894..7be330b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-vita" -version = "0.1.9" +version = "0.1.10" edition = "2021" description = "Cargo wrapper for developing Sony PlayStation Vita homebrew apps" repository = "https://github.com/vita-rust/cargo-vita"