Skip to content

Commit 593b787

Browse files
committed
chore: bump version
1 parent b6e9b4e commit 593b787

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-dht-rs"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A driver for interfacing with DHT11, DHT20 (AHT20), DHT22 (AM2302) temperature and humidity sensors, designed for embedded systems."
@@ -21,10 +21,10 @@ embedded-hal-mock = "0.11.1"
2121
dht11 = []
2222
dht20 = []
2323
dht22 = []
24-
default = []
24+
default = []
2525

2626
[lib]
27-
doctest = false
27+
doctest = false
2828

2929
[profile.release]
3030
codegen-units = 1

0 commit comments

Comments
 (0)