Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Jun 17, 2024
1 parent 087393d commit a1b4efc
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
37 changes: 19 additions & 18 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.10"
version = "0.2.11"
readme = "README.md"
description = "Cross-platform interface Playdate device, async & blocking."
keywords = ["playdate", "usb", "serial"]
Expand Down Expand Up @@ -80,7 +80,7 @@ version = "0.1"
optional = true

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.56"
version = "0.57"
features = [
"Win32_Foundation",
"Win32_Storage",
Expand Down
4 changes: 2 additions & 2 deletions support/tool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playdate-tool"
version = "0.3.5"
version = "0.3.6"
readme = "README.md"
description = "Tool for interaction with Playdate device and sim."
keywords = ["playdate", "usb", "utility"]
Expand Down Expand Up @@ -36,7 +36,7 @@ miette = { version = "7.2", features = ["fancy"] }
# tracing:
tracing = { version = "0.1", optional = true }
tracing-subscriber = { version = "0.3", optional = true }
console-subscriber = { version = "0.2", features = [
console-subscriber = { version = "0.3", features = [
"env-filter",
], optional = true }

Expand Down
4 changes: 2 additions & 2 deletions support/utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playdate-build-utils"
version = "0.3.2"
version = "0.3.3"
readme = "README.md"
description = "Utils that help to build program with Rust and Playdate API"
keywords = ["playdate", "utility"]
Expand All @@ -17,7 +17,7 @@ dirs.workspace = true
log = { workspace = true, optional = true }

[target.'cfg(target_os = "windows")'.dependencies.windows-registry]
version = "0.1.0"
version = "0.1"

[features]
default = ["log", "cargo-message"]
Expand Down

0 comments on commit a1b4efc

Please sign in to comment.