From 0dc619355ed010165a4ffd483f6e00da7bffe48d Mon Sep 17 00:00:00 2001 From: Funami580 <63090225+Funami580@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:07:47 +0100 Subject: [PATCH] v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27102d9..414f795 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "sdl" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "arc4", diff --git a/Cargo.toml b/Cargo.toml index 97d78b4..661bb1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdl" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.75" readme = "README.md"