Skip to content

Commit f191ac5

Browse files
committed
feat: update tags
1 parent bc40ecc commit f191ac5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

1313
[dependencies]
1414
embedded-hal = "1.0.0"

0 commit comments

Comments
 (0)