Skip to content

Commit 09e1692

Browse files
committed
Use serialport-rs fork
1 parent 861d05d commit 09e1692

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ log = "0.4.20"
1717
nom = "7.1.3"
1818
serde = { version = "1.0.193", features = ["derive"] }
1919
serde_json = "1.0.108"
20-
serialport = { git = "https://github.com/serialport/serialport-rs", features = ["serde"] }
20+
#serialport = { git = "https://github.com/serialport/serialport-rs", features = ["serde"] }
21+
serialport = { git = "https://github.com/nilclass/serialport-rs", branch = "try-windows-fix", features = ["serde"] }
2122
shadow-rs = "0.25.0"
2223
time = "0.3.31"
2324
zip = { version = "0.6.6", optional = true }

0 commit comments

Comments
 (0)