From 4f95827c0f27a8b2eb4277b11cb11bb871b3bf9c Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Mon, 30 Oct 2023 16:43:47 +0200 Subject: [PATCH] v0.1.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90af3b7..30d63f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "cargo-vita" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Cargo.toml b/Cargo.toml index 7be330b..0032679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-vita" -version = "0.1.10" +version = "0.1.11" edition = "2021" description = "Cargo wrapper for developing Sony PlayStation Vita homebrew apps" repository = "https://github.com/vita-rust/cargo-vita"