Skip to content

Commit ecf9794

Browse files
committed
bump version. up internal deps
1 parent 2446d20 commit ecf9794

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "firefly-runtime"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
rust-version = "1.95.0"
55
edition = "2021"
66
description = "The beating heart of Firefly Zero"
@@ -11,14 +11,14 @@ repository = "https://github.com/firefly-zero/firefly-runtime"
1111
embedded-graphics = "0.8.2"
1212
embedded-io = "0.6.1"
1313
firefly-audio = "0.3.0"
14-
firefly-hal = "0.4.0"
14+
firefly-hal = "0.5.0"
1515
firefly-types = "0.10.0"
16-
heapless = { version = "0.9.2", features = ["serde"] }
16+
heapless = { version = "0.9.3", features = ["serde"] }
1717
micromath = "2.1.0"
1818
postcard = "1.0.8"
1919
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
2020
tinyqr = "0.14.1"
2121
wasmi = { version = "1.0.9", default-features = false }
2222

23-
[patch.crates-io]
24-
firefly-hal = { path = "../firefly-hal" }
23+
# [patch.crates-io]
24+
# firefly-hal = { path = "../firefly-hal" }

0 commit comments

Comments
 (0)