From 060b22a120d6040aa9eeee4926b29303ba8758d2 Mon Sep 17 00:00:00 2001 From: chrysn Date: Mon, 14 Sep 2020 09:20:35 +0200 Subject: [PATCH] Bump version Changes: * Use C2Rust in addition to bindgen * Enable more headers, eg. for CoAP, sockets and all peripherals * Enable building for docs.rs by having a slimmed-down copy of the headers checked in (not fully active yet as it depends on [291] and a release from there) [291]: https://github.com/immunant/c2rust/pull/291 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bbcbd9..acfdc26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riot-sys" -version = "0.2.4" +version = "0.3.0" authors = ["Christian M. Amsüss "] edition = "2018"