Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Changes:

* Optimize panic handlers

  panic_handler_crash now sidesteps additional error reporting that may
  have been possible depending on the interrupt state.

* Add support for embedded-nal-async 0.7
* Gcoap: Fix building on 64bit platforms
* Inspect BINDGEN_OUTPUT_FILE instead of linked riot-sys environment
  variables at build time
* Don't use custom rustfmt configuration
  • Loading branch information
chrysn committed Mar 20, 2024
1 parent f17d22a commit f19902e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "riot-wrappers"
version = "0.8.2"
version = "0.8.3"
authors = ["Christian Amsüss <[email protected]>"]
edition = "2021"
rust-version = "1.75"
Expand Down

0 comments on commit f19902e

Please sign in to comment.