Skip to content

Commit

Permalink
Bumped versions.
Browse files Browse the repository at this point in the history
Created new release.
  • Loading branch information
JakobLachermeier committed Sep 3, 2024
1 parent 98ef96d commit d342d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ categories = ["embedded", "no-std"]
keywords = ["driver", "bme680", "sensor", "no_std"]
repository = "https://github.com/JakobLachermeier/bosch-bme680"
readme = "README.md"
version = "1.0.2"
version = "1.0.3"
edition = "2021"

[dependencies]
embedded-hal = "1.0.0"
embedded-hal-async = { version = "1.0.0", optional = true }
log = "0.4"
bitfield = "0.14"
bitfield = "0.16"

[dev-dependencies]
embedded-hal-mock = "0.10"
embedded-hal-mock = "0.11"
test-log = "0.2"
env_logger = "0.11"
approx = "0.5.1"
Expand Down

0 comments on commit d342d2d

Please sign in to comment.