Skip to content

Commit

Permalink
examples: ral1243 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
royaltm committed Feb 25, 2024
1 parent 3b7daa4 commit c0114bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde_json = "1.0"
bincode = "1.3"
simplelog = "0.11"
pancurses = "0.17"
ral1243 = { version = "1", path = "examples/ral1243", features = ["std"] }
ral1243 = { version = ">=1", path = "examples/ral1243", features = ["std"] }

[profile.release]
# lto = 'thin'
Expand Down
4 changes: 2 additions & 2 deletions examples/ral1243/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ral1243"
version = "1.0.0"
version = "2.0.0"
authors = ["Rafał Michalski <[email protected]>"]
edition = "2021"
description = "RAL 1243 is a fictional computer emulator for z80emu"
Expand All @@ -16,6 +16,6 @@ std = ["z80emu/std"]
log = "0.4"

[dependencies.z80emu]
version = ">=0.9"
version = ">=0.11"
path = "../.."
default-features = false

0 comments on commit c0114bd

Please sign in to comment.