From 249a44e2780b517cb2d682b6101e1a4c0e4dcec4 Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Thu, 26 Dec 2024 14:30:06 -0500 Subject: [PATCH] chore: Release lemur version 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebcc775..d41e209 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1709,7 +1709,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "lemur" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "bitflags 2.6.0", diff --git a/Cargo.toml b/Cargo.toml index 43af5f1..99fbd15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "An emulator for the Virtual Boy." repository = "https://git.virtual-boy.com/PVB/lemur" publish = false license = "MIT" -version = "0.2.1" +version = "0.2.2" edition = "2021" [dependencies]