Skip to content

Commit

Permalink
Don't pin serialport to a fork. Use upgraded upstream
Browse files Browse the repository at this point in the history
The fix we needed is now part of serialport 4.3.0.
Avoiding git commits is good in general
  • Loading branch information
faern committed Jan 25, 2024
1 parent 81be487 commit c2f10af
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 54 deletions.
83 changes: 32 additions & 51 deletions test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ rust_2018_idioms = "deny"
[workspace.lints.clippy]
unused_async = "deny"

[patch.crates-io]
serialport = { git = "https://github.com/mullvad/serialport-rs", rev = "1401c9d39e4a89685e3506a7160869b2c8e9ceb0" }

[workspace.dependencies]
futures = "0.3"
tokio = { version = "1.8", features = ["macros", "rt", "process", "time", "fs", "io-util", "rt-multi-thread"] }
Expand Down

0 comments on commit c2f10af

Please sign in to comment.