Skip to content

Commit

Permalink
Support devices connected via USB-hub on macOs (#358)
Browse files Browse the repository at this point in the history
* Support devices connected via USB-hub on macOs (fixes #326)

* Bump bins, update deps
  • Loading branch information
boozook authored May 12, 2024
1 parent a95f5e4 commit 006a9cd
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 78 deletions.
101 changes: 35 additions & 66 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cargo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-playdate"
version = "0.4.12"
version = "0.4.13"
readme = "README.md"
description = "Build tool for neat yellow console."
keywords = ["playdate", "build", "cargo", "plugin", "cargo-subcommand"]
Expand Down
2 changes: 1 addition & 1 deletion support/device/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playdate-device"
version = "0.2.9"
version = "0.2.10"
readme = "README.md"
description = "Cross-platform interface Playdate device, async & blocking."
keywords = ["playdate", "usb", "serial"]
Expand Down
Loading

0 comments on commit 006a9cd

Please sign in to comment.