Skip to content

Commit

Permalink
Bump API version to 11.2 (flipperzero-firmware@0.74.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoles committed Dec 31, 2022
1 parent c65b67b commit 36dbc4d
Show file tree
Hide file tree
Showing 12 changed files with 6,469 additions and 6,152 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ This means it's not possible to use anything the [`std`](https://doc.rust-lang.o

## SDK version

Currently supports SDK 10.1 ([flipperzero-firmware@0.73.1](https://github.com/flipperdevices/flipperzero-firmware/tree/0.73.1)).
Currently supports SDK 11.2 ([flipperzero-firmware@0.74.2](https://github.com/flipperdevices/flipperzero-firmware/tree/0.74.2)).

The Rust crate version number will be updated after a major [API version](https://github.com/flipperdevices/flipperzero-firmware/blob/release/firmware/targets/f7/api_symbols.csv) bump in the Flipper Zero firmware.

| Crate version | API version |
| ------------- | ----------- |
| 0.6.x | 11.2 |
| 0.5.x | 10.1 |
| 0.4.x | 7.5 |
| 0.3.x | 2.2 |
Expand Down
4 changes: 2 additions & 2 deletions crates/alloc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipperzero-alloc"
version = "0.5.0"
version = "0.6.0-alpha"
description = "Rust for Flipper Zero"
repository = "https://github.com/dcoles/flipperzero-rs"
readme = "../../README.md"
Expand All @@ -22,4 +22,4 @@ bench = false
test = false

[dependencies]
flipperzero-sys = { path = "../sys", version = "0.5.0" }
flipperzero-sys = { path = "../sys", version = "0.6.0-alpha" }
6 changes: 3 additions & 3 deletions crates/flipperzero/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipperzero"
version = "0.5.0"
version = "0.6.0-alpha"
description = "Rust for Flipper Zero"
repository = "https://github.com/dcoles/flipperzero-rs"
readme = "../../README.md"
Expand All @@ -21,10 +21,10 @@ bench = false
test = false

[dependencies]
flipperzero-sys = { path = "../sys", version = "0.5.0" }
flipperzero-sys = { path = "../sys", version = "0.6.0-alpha" }

[dev-dependencies]
flipperzero-rt = { path = "../rt", version = "0.5.0" }
flipperzero-rt = { path = "../rt", version = "0.6.0-alpha" }

[features]
# enables features requiring an allocator
Expand Down
4 changes: 2 additions & 2 deletions crates/rt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipperzero-rt"
version = "0.5.0"
version = "0.6.0-alpha"
description = "Rust for Flipper Zero"
repository = "https://github.com/dcoles/flipperzero-rs"
readme = "../../README.md"
Expand All @@ -22,4 +22,4 @@ bench = false
test = false

[dependencies]
flipperzero-sys = { path = "../sys", version = "0.5.0" }
flipperzero-sys = { path = "../sys", version = "0.6.0-alpha" }
2 changes: 1 addition & 1 deletion crates/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flipperzero-sys"
version = "0.5.0"
version = "0.6.0-alpha"
description = "Rust for Flipper Zero"
repository = "https://github.com/dcoles/flipperzero-rs"
readme = "../../README.md"
Expand Down
Loading

0 comments on commit 36dbc4d

Please sign in to comment.