From 147f76f3815385e74957f274de640d74437c5582 Mon Sep 17 00:00:00 2001 From: Adam Macdonald Date: Sun, 6 Jul 2025 17:03:14 +0100 Subject: [PATCH] Move back to official crates.io scd4x --- Cargo.lock | 9 +++++---- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a6d1345..4235e96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 65fb3f2..984da27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"