Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 8d17a9e

Browse files
committed
Bump version to 0.22.1
1 parent 0a4d9e1 commit 8d17a9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ Add a dependency for `rppal` to your `Cargo.toml` using `cargo add rppal`, or by
3939

4040
```toml
4141
[dependencies]
42-
rppal = "0.22.0"
42+
rppal = "0.22.1"
4343
```
4444

4545
If your project requires `embedded-hal` trait implementations, specify either the `hal` or `hal-unproven` feature flag in the dependency declaration.
4646

4747
```toml
4848
[dependencies]
49-
rppal = { version = "0.22.0", features = ["hal"] }
49+
rppal = { version = "0.22.1", features = ["hal"] }
5050
```
5151

5252
Call `new()` on any of the peripherals to construct a new instance.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//! guaranteed until v1.
1616
1717
// Used by rustdoc to link other crates to rppal's docs
18-
#![doc(html_root_url = "https://docs.rs/rppal/0.22.0")]
18+
#![doc(html_root_url = "https://docs.rs/rppal/0.22.1")]
1919

2020
#[macro_use]
2121
mod macros;

0 commit comments

Comments
 (0)