From 17ed98e044aff3dbd6728b8d8c71d373c2c14cd2 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Mon, 22 Apr 2024 16:14:21 +0400 Subject: [PATCH] Bump changed crates (#317, #318) --- Cargo.lock | 4 ++-- api/system/Cargo.toml | 2 +- cargo/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a0e2a111..46c8ba38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,7 +709,7 @@ dependencies = [ [[package]] name = "cargo-playdate" -version = "0.4.4" +version = "0.4.5" dependencies = [ "anstyle", "anyhow", @@ -3964,7 +3964,7 @@ dependencies = [ [[package]] name = "playdate-system" -version = "0.3.9" +version = "0.3.10" dependencies = [ "playdate-sys", ] diff --git a/api/system/Cargo.toml b/api/system/Cargo.toml index acfbe3d5..8318be1c 100644 --- a/api/system/Cargo.toml +++ b/api/system/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "playdate-system" -version = "0.3.9" +version = "0.3.10" readme = "README.md" description = "High-level System API built on-top of Playdate API" keywords = ["playdate", "sdk", "api", "gamedev"] diff --git a/cargo/Cargo.toml b/cargo/Cargo.toml index a535e39b..5727f7d6 100644 --- a/cargo/Cargo.toml +++ b/cargo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-playdate" -version = "0.4.4" +version = "0.4.5" readme = "README.md" description = "Build tool for neat yellow console." keywords = ["playdate", "build", "cargo", "plugin", "cargo-subcommand"]