Skip to content

Commit

Permalink
Remove trailing semicolon + add version
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jan 25, 2024
1 parent 07d9514 commit 20456c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
//!
//! Enable the `async` feature in your `Cargo.toml`:
//! ```toml
//! tcs3472 = { version = "", features = ["async"] };
//! tcs3472 = { version = "0.3.0", features = ["async"] }
//! ```
//!
//! Using async driver with [Embassy](https://embassy.dev/) framework:
Expand Down

0 comments on commit 20456c9

Please sign in to comment.