Skip to content

Commit 3208303

Browse files
committed
Bump version to 0.11.1
1 parent d7c036c commit 3208303

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "rppal"
3-
version = "0.11.0" # Also update html_root_url in lib.rs
3+
version = "0.11.1" # Also update html_root_url in lib.rs
44
edition = "2018"
55
authors = ["Rene van der Meer <[email protected]>"]
6-
description = "Interface for the Raspberry Pi's GPIO, I2C, PWM, SPI and UART peripherals."
6+
description = "Interface for the Raspberry Pi's GPIO, I2C, PWM and SPI peripherals."
77
documentation = "https://docs.golemparts.com/rppal"
88
repository = "https://github.com/golemparts/rppal"
99
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//! v1.0.0.
3737
3838
// Used by rustdoc to link other crates to rppal's docs
39-
#![doc(html_root_url = "https://docs.rs/rppal/0.11.0")]
39+
#![doc(html_root_url = "https://docs.rs/rppal/0.11.1")]
4040

4141
mod user;
4242

0 commit comments

Comments
 (0)