Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
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]: immunant/c2rust#291
  • Loading branch information
chrysn committed Sep 14, 2020
1 parent 4018046 commit 060b22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "riot-sys"
version = "0.2.4"
version = "0.3.0"
authors = ["Christian M. Amsüss <ca@etonomy.org>"]
edition = "2018"

Expand Down

0 comments on commit 060b22a

Please sign in to comment.