From 072a06e7bbc3032ed8c85c36ad2efc844beff257 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Mon, 28 Feb 2022 23:28:09 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20update=20serialport-rs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use version with fixed setup on macos. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index bc49a1b..ec1b395 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -627,7 +627,7 @@ checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" [[package]] name = "serialport" version = "4.0.1" -source = "git+https://github.com/metta-systems/serialport-rs?branch=macos-ENOTTY-fix#91ee1f740ee7d7c9506df8af082860a478656e18" +source = "git+https://github.com/metta-systems/serialport-rs?branch=macos-ENOTTY-fix#7fec572529ec35b82bd4e3636d897fe2f1c2233f" dependencies = [ "CoreFoundation-sys", "IOKit-sys",