Skip to content

Commit

Permalink
Release v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bane9 committed Aug 19, 2024
1 parent 5cb5351 commit e4d5ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "RISCVBox"
version = "1.2.0"
version = "1.2.5"
edition = "2021"
default-run = "RISCVBox"
rust-version = "1.77.2"
Expand All @@ -11,7 +11,7 @@ winapi = { version = "0.3.9", features = ["winuser", "memoryapi", "wincon", "pro
microseh = "1.0.3"

[target.'cfg(windows)'.build-dependencies]
embed-resource = "2.4.2"
embed-resource = "2.4.3"

[target.'cfg(unix)'.dependencies]
libc = "0.2.155"
Expand All @@ -23,7 +23,7 @@ crossbeam = "0.8.4"
lazy_static = "1.5.0"
hashbrown = "0.14.5"
vm-fdt = "0.3.0"
clap = {version = "4.5.9", features = ["derive"]}
clap = {version = "4.5.16", features = ["derive"]}

[[bin]]
name = "RISCVBox"
Expand Down

0 comments on commit e4d5ef7

Please sign in to comment.