From e37ebbf0afcb9569c0714ec2a97f7122fd03f920 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 29 Jan 2024 21:10:28 +0100 Subject: [PATCH] Bump version Changes: * Add macro support for ADC_LINE, DAC_LINE, I2C_DEV, PWM_DEV, QDEC_DEV, SPI_DEV, TIMER_DEV, UART_DEV. * Added includes: * auto_init_utils.h * random.h * riotboot/slot.h * suit.h / suit/* * uuid.h * wolfssl/* * Dynamically generate extern-types. * Deprecate markers in favor of an exported BINDGEN_OUTPUT_FILE. * Documentation updates. * Update bindgen. * Fix processing of compile-commands.json. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 417dd59..aca4f7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riot-sys" -version = "0.7.9" +version = "0.7.10" authors = ["Christian Amsüss "] edition = "2018"