Skip to content

Commit

Permalink
replace old version finally
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Mar 30, 2024
1 parent d3002b1 commit ae7fb3e
Show file tree
Hide file tree
Showing 48 changed files with 665 additions and 3,339 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- name: pdtool with
run: cargo build -p=playdate-tool2 --bin=pdtool

continue-on-error: true
run: cargo build -p=playdate-tool --bin=pdtool

- name: Upload
id: upload
Expand All @@ -100,7 +100,8 @@ jobs:
echo 'URL: ${{ steps.upload.outputs.artifact-url }}'
- name: pdtool with tracing
run: cargo build -p=playdate-tool2 --bin=pdtool --features=tracing
continue-on-error: true
run: cargo build -p=playdate-tool --bin=pdtool --features=tracing

- name: Upload
uses: actions/upload-artifact@v4
Expand Down
117 changes: 39 additions & 78 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ serde_json = "1.0"
toml = "0.8"
futures-lite = "2.3"
thiserror = "1.0"
tokio = { version = "1.37", default-features = false }
5 changes: 2 additions & 3 deletions support/device/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ repository.workspace = true


[dependencies]
# TODO: remove probably
object-pool = "0.5"

regex.workspace = true
Expand All @@ -28,16 +27,16 @@ tokio-serial = { version = "5.4", optional = true }

tracing = { version = "0.1", optional = true }

# mb. read mount-points:
# mb. read mount-points more correctly:
# rustix = "0.38"

serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
hex = "0.4"

[dependencies.tokio]
version = "1.36"
features = ["fs", "process", "time", "io-std"]
workspace = true
optional = true

[dependencies.futures-lite]
Expand Down
Loading

0 comments on commit ae7fb3e

Please sign in to comment.