Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
* Add autoinit module.
* Drop SUIT support. The module was in such disrepair in the previous
  that it was apparently not used.
* SAUL: Compatibly follow renaming of G* units done in C
* Add constants for common error values.
* Add initializers based on peripheral numbers.
* Add BOARD const.
* gcoap:
  * Allow registration without scope for 'static listeners
  * Provide link encoder based on coap_handler::wkc
  * Support coap-message 0.3 / coap-handler 0.2
* Support embedded-hal 1.0 on selected modules.
* Add tests for mutex and random.
* Small refactorings.
* Fixes to existing tests.
* riot-sys is pulled to the latest version in this commit because there
  is no cross-version testing happening.
  • Loading branch information
chrysn committed Jan 29, 2024
1 parent 05835b3 commit 99c1406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "riot-wrappers"
version = "0.8.1"
version = "0.8.2"
authors = ["Christian Amsüss <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand All @@ -22,7 +22,7 @@ embedded-hal-0-2 = { package = "embedded-hal", version = "0.2.4", features = ["u
embedded-hal = "1"
switch-hal = "0.4.0"
nb = "0.1.1"
riot-sys = "0.7.8"
riot-sys = "0.7.10"
num-traits = { version = "0.2", default-features = false }
mutex-trait = "0.2"

Expand Down

0 comments on commit 99c1406

Please sign in to comment.