Move back to official crates.io scd4x

This commit is contained in:
Adam 2025-07-06 17:03:14 +01:00
parent 8b923b8a8b
commit 147f76f381
2 changed files with 6 additions and 5 deletions

9
Cargo.lock generated
View File

@ -1360,9 +1360,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.26"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]]
name = "memchr"
@ -1999,8 +1999,9 @@ dependencies = [
[[package]]
name = "scd4x"
version = "0.4.0"
source = "git+https://github.com/twokilohertz/scd4x-rs.git?branch=self-calib-tgt#3ec7b975b32ed8ec47c71ecee3711f430871bd2e"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "455974f1daa137284e9e282362d1074f004028a77ee84c6bb1508c9e89646153"
dependencies = [
"embedded-hal 1.0.0",
"log",

View File

@ -44,7 +44,7 @@ embedded-graphics = "0.8.1"
embedded-graphics-framebuf = "0.5.0"
# Peripherals
scd4x = { git = "https://github.com/twokilohertz/scd4x-rs.git", branch = "self-calib-tgt", features = ["scd41"] }
scd4x = { version = "0.4.1", features = ["scd41"] }
ssd1351 = "0.5.0"
display-interface-spi = "0.5.0"