Skip to content

Commit

Permalink
Bump version to 0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
golemparts committed Dec 11, 2024
1 parent 0a4d9e1 commit 8d17a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Add a dependency for `rppal` to your `Cargo.toml` using `cargo add rppal`, or by

```toml
[dependencies]
rppal = "0.22.0"
rppal = "0.22.1"
```

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

```toml
[dependencies]
rppal = { version = "0.22.0", features = ["hal"] }
rppal = { version = "0.22.1", features = ["hal"] }
```

Call `new()` on any of the peripherals to construct a new instance.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! guaranteed until v1.
// Used by rustdoc to link other crates to rppal's docs
#![doc(html_root_url = "https://docs.rs/rppal/0.22.0")]
#![doc(html_root_url = "https://docs.rs/rppal/0.22.1")]

#[macro_use]
mod macros;
Expand Down

0 comments on commit 8d17a9e

Please sign in to comment.