From f19902e6901e1ebb23a267172fe48ca141ded617 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 20 Mar 2024 16:03:20 +1000 Subject: [PATCH] Bump version 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85e2e8c..068e9b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riot-wrappers" -version = "0.8.2" +version = "0.8.3" authors = ["Christian Amsüss "] edition = "2021" rust-version = "1.75"