From e99bf19dd5bc425cee2ffd77d7f82fb76e6544a6 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 8 Mar 2024 14:15:10 +0100 Subject: [PATCH] Bump version Changs: * Markers are deprecated * Allow building without RIOT_USEMODULE (it's only needed for generating markers) * Add workaround for VaList generation on native64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48ccb92..2ad5082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riot-sys" -version = "0.7.10" +version = "0.7.11" authors = ["Christian Amsüss "] edition = "2018"