From 57850f1f400bf1368e2165d15d97b7d881fc30c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Garc=C3=ADa?= Date: Sat, 28 Oct 2023 11:52:27 +0000 Subject: [PATCH] Update binkplayer to v0.9.4 --- cli-player/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli-player/Cargo.toml b/cli-player/Cargo.toml index b07984d..1baf3d6 100644 --- a/cli-player/Cargo.toml +++ b/cli-player/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binkplayer" -version = "0.9.0" +version = "0.9.4" description = """ Console player for compiled .json Ink story files. """ @@ -16,7 +16,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.75" -bladeink = { path = "../lib", "version" = "0.9.2" } +bladeink = { path = "../lib", "version" = "0.9.4" } clap = { "version" = "4.4.6", features = ["derive"] } rand = "0.8.5"