Skip to content

Commit

Permalink
examples: ral1243 metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed Feb 11, 2024
1 parent cd9627c commit 4e2ca3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/ral1243/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name = "ral1243"
version = "1.0.0"
authors = ["Rafał Michalski <royaltm75@gmail.com>"]
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 = []
Expand All @@ -14,6 +16,6 @@ std = ["z80emu/std"]
log = "0.4"

[dependencies.z80emu]
version = "*"
version = "0.10"
path = "../.."
default-features = false

0 comments on commit 4e2ca3a

Please sign in to comment.