From ec9763e3b293467c33d694c3dc51d829f8f5e49d Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Sun, 11 Aug 2024 22:28:49 +0400 Subject: [PATCH] bump `cargo-playdate` --- Cargo.lock | 2 +- cargo/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2aeece24..e65bf34b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -729,7 +729,7 @@ dependencies = [ [[package]] name = "cargo-playdate" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anstyle", "anyhow", diff --git a/cargo/Cargo.toml b/cargo/Cargo.toml index 614b913c..acb02af5 100644 --- a/cargo/Cargo.toml +++ b/cargo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-playdate" -version = "0.5.3" +version = "0.5.4" readme = "README.md" description = "Build tool for neat yellow console." keywords = ["playdate", "build", "cargo", "plugin", "cargo-subcommand"]