Skip to content

Commit

Permalink
feat: update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Sep 30, 2024
1 parent bc40ecc commit f191ac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "embedded-dht-rs"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "Apache-2.0"
description = "A platform agnostic driver to interface with the DHT11/DHT22 (AM2302) temperature and humidity sensor"
description = "A platform agnostic driver to interface with the DHT11 / DHT20 (AHT20) / DHT22 (AM2302) temperature and humidity sensor"
homepage = "https://github.com/rust-dd/embedded-dht-rs"
documentation = "https://docs.rs/embedded-dht-rs"
repository = "https://github.com/rust-dd/embedded-dht-rs"
readme = "README.md"
keywords = ["embedded", "no-std", "dht11", "dht22", "sensor"]
keywords = ["embedded", "no-std", "dht11", "dht20", "dht22"]

[dependencies]
embedded-hal = "1.0.0"
Expand Down

0 comments on commit f191ac5

Please sign in to comment.