Skip to content

Commit

Permalink
chore: increase version, update description
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldan committed Jan 4, 2025
1 parent d1f4f5c commit 88fc61a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "embedded-dht-rs"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
description = "A platform agnostic driver to interface with the DHT11 / DHT20 (AHT20) / DHT22 (AM2302) temperature and humidity sensor"
description = "A driver for interfacing with DHT11, DHT20 (AHT20), DHT22 (AM2302) temperature and humidity sensors, designed for embedded systems."
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"
Expand Down

0 comments on commit 88fc61a

Please sign in to comment.