Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chrysn committed Jan 29, 2024
1 parent 501b354 commit e37ebbf
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.7.9"
version = "0.7.10"
authors = ["Christian Amsüss <chrysn@fsfe.org>"]
edition = "2018"

Expand Down

0 comments on commit e37ebbf

Please sign in to comment.