From 08918b706f4bef78c3a4a76b552f29493ed96533 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 12 Nov 2025 18:19:12 +0100 Subject: [PATCH] use experimental feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 041f16d..78d7d4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,6 @@ edition = "2024" [dependencies] thiserror = "2" -serialport = "4" +serialport = { version = "4.7.4-alpha.0", git = "https://github.com/us-irs/serialport-rs.git", branch = "add-vmin-vtime-and-non-blocking-support" } cobs = "0.5" log = "0.4"