From 4e2ca3a8ddb21563ec23da044a7fcd240967863a Mon Sep 17 00:00:00 2001 From: Rafal Michalski Date: Sun, 11 Feb 2024 20:55:49 +0100 Subject: [PATCH] examples: ral1243 metadata update --- examples/ral1243/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/ral1243/Cargo.toml b/examples/ral1243/Cargo.toml index b7d2ad0..5d9412d 100644 --- a/examples/ral1243/Cargo.toml +++ b/examples/ral1243/Cargo.toml @@ -3,8 +3,10 @@ name = "ral1243" version = "1.0.0" authors = ["RafaƂ Michalski "] edition = "2021" -description = "RAL 1243 is a fictional computer emulator" +description = "RAL 1243 is a fictional computer emulator for z80emu" license = "LGPL-3.0-or-later" +categories = ["emulators", "no-std"] +keywords = ["Z80"] [features] default = [] @@ -14,6 +16,6 @@ std = ["z80emu/std"] log = "0.4" [dependencies.z80emu] -version = "*" +version = "0.10" path = "../.." default-features = false