Skip to content

Commit

Permalink
Merge pull request #49 from astraw/fix-mio-serial-dependency
Browse files Browse the repository at this point in the history
Fix regression by updating Cargo.toml to depend on mio-serial 5.0.2
  • Loading branch information
estokes authored Mar 23, 2022
2 parents 260dffb + 83ae7b0 commit f9b0aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ default-features = false
optional = true

[dependencies.mio-serial]
version = "5"
version = "5.0.2"
default-features = false

[dependencies.bytes]
Expand Down

0 comments on commit f9b0aa7

Please sign in to comment.