Skip to content

Commit

Permalink
Bump dependencies for first release
Browse files Browse the repository at this point in the history
The sensirion-i2c crate got finally released. Hooray!
  • Loading branch information
sirhcel committed Dec 1, 2022
1 parent b9f8cc7 commit 9f27b92
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 @@ -6,10 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
defmt = { version = "0.3.1", optional = true }
embedded-hal = "0.2.6"
defmt = { version = "0.3.2", optional = true }
embedded-hal = "0.2.7"
fixed = "1.20.0"
sensirion-i2c = { git = "https://github.com/Sensirion/sensirion-i2c-rs", rev = "b89f4c5" }
sensirion-i2c = "0.2"

[features]
defmt = ["dep:defmt"]

0 comments on commit 9f27b92

Please sign in to comment.