Skip to content

Commit

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

* UART support added.
* SPI reimplemented for embedded-hal 1.0.
* Adjust to RIOT API changes in gcoap, GPIO, shell XFA.
* Error enhancements (niche used, Display and Error added, pretty if
  tiny_strerror is available).
* GNRC enhancements (simplifications, debug, added methods).
* Added contributing guide.
* Documentation fixes.
  • Loading branch information
chrysn committed Jan 24, 2025
1 parent 4861e4e commit f3ffe2b
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.9.1"
version = "0.9.2"
authors = ["Christian Amsüss <[email protected]>"]
edition = "2021"
rust-version = "1.79.0"
Expand Down

0 comments on commit f3ffe2b

Please sign in to comment.