Skip to content

Commit

Permalink
Bump mio version and update all packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertoabram committed Jan 6, 2025
1 parent eed41c4 commit 2bf5d7f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 124 deletions.
167 changes: 48 additions & 119 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions twinleaf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repository = "https://github.com/twinleaf/twinleaf-rust"
readme = "README.md"

[dependencies]
crossbeam = "0.8.4"
mio-serial = "5.0.5"
crc = "3.2.1"
num_enum = "0.7.3"
crossbeam = "0.8"
mio-serial = "5.0"
crc = "3.2"
num_enum = "0.7"

[dependencies.mio]
version = "0.8"
version = "1.0"
features = ["os-poll", "net"]

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 2bf5d7f

Please sign in to comment.