Skip to content

Commit 6dcef21

Browse files
committed
bump version
1 parent 6633d5d commit 6dcef21

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-emulator"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
rust-version = "1.95.0"
55
edition = "2024"
66
description = "Desktop emulator for Firefly Zero"
@@ -13,14 +13,15 @@ clap = { version = "4.6.0", features = ["derive"] }
1313
# finding the VFS location
1414
directories = "6.0.0"
1515
# accessing peripherals
16-
firefly-hal = "0.4.0"
16+
firefly-hal = "0.5.0"
1717
# running the app
18-
firefly-runtime = "0.11.0"
18+
firefly-runtime = "0.12.0"
1919
# drawing custom menus
2020
embedded-graphics = "0.8.2"
2121
# showing frame buffer on the screen
2222
minifb = "0.28.0"
2323

24-
[patch.crates-io]
25-
firefly-runtime = { path = "../firefly-runtime" }
26-
firefly-hal = { path = "../firefly-hal" }
24+
# [patch.crates-io]
25+
# firefly-audio = { path = "../firefly-audio" }
26+
# firefly-runtime = { path = "../firefly-runtime" }
27+
# firefly-hal = { path = "../firefly-hal" }

0 commit comments

Comments
 (0)