fix: 🐛 update serialport-rs

Use version with fixed setup on macos.
This commit is contained in:
Berkus Decker 2022-02-28 23:28:09 +02:00
parent c9f3d68e81
commit 072a06e7bb
1 changed files with 1 additions and 1 deletions

2
Cargo.lock generated
View File

@ -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",