From 1a3d07861beb4e9866dde69b3ca28f0a7e0c98f0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 20 Apr 2023 13:22:13 +0200 Subject: [PATCH] Bump devel version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec669f2..bbf2855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ name = "mos6502" description = "A MOS 6502 Emulator" license = "BSD-3-Clause" -version = "0.4.0" +version = "0.5.0" authors = ["The 6502-rs Developers"] build = "build.rs" exclude = ["examples/**"]