Skip to content

Commit 006a9cd

Browse files
authored
Support devices connected via USB-hub on macOs (#358)
* Support devices connected via USB-hub on macOs (fixes #326) * Bump bins, update deps
1 parent a95f5e4 commit 006a9cd

File tree

5 files changed

+144
-78
lines changed

5 files changed

+144
-78
lines changed

Cargo.lock

Lines changed: 35 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-playdate"
3-
version = "0.4.12"
3+
version = "0.4.13"
44
readme = "README.md"
55
description = "Build tool for neat yellow console."
66
keywords = ["playdate", "build", "cargo", "plugin", "cargo-subcommand"]

support/device/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "playdate-device"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
readme = "README.md"
55
description = "Cross-platform interface Playdate device, async & blocking."
66
keywords = ["playdate", "usb", "serial"]

0 commit comments

Comments
 (0)