Skip to content

Commit 23c23a7

Browse files
committed
fix for #79
1 parent e7c5544 commit 23c23a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ regex = "1"
2323
rfd = "0.11.0"
2424
safe-transmute = "0.11.2"
2525
serde = { version = "1.0", features = ["derive"] }
26-
serialport = { git = "https://github.com/hacknus/serialport-rs", features = ["serde"] }
26+
serialport = { git = "https://github.com/serialport/serialport-rs", features = ["serde"] }
2727

2828
[package.metadata.bundle]
2929
name = "Serial Monitor"

0 commit comments

Comments
 (0)