From a679ac1ef7af8c6b00b68165476e6ac7a5a5c78c Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Mon, 30 Dec 2024 17:48:14 -0300 Subject: [PATCH] update lockfile --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21c060c..0e85017 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,7 +611,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "gameboy" -version = "0.1.1" +version = "0.1.2" dependencies = [ "console_error_panic_hook", "gl", diff --git a/Cargo.toml b/Cargo.toml index 89a2726..0a10434 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gameboy" -version = "0.1.1" +version = "0.1.2" description = "Gameboy emulator written in Rust and WebAssembly" authors = ["Raphael Amorim "] repository = "https://github.com/raphamorim/gameboy"