Skip to content

Commit

Permalink
chore(deps): update dependencies and add support for aarch64 architec…
Browse files Browse the repository at this point in the history
…ture

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
  • Loading branch information
simonsan committed Nov 26, 2024
1 parent 4fe1555 commit bfdb243
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 20 deletions.
92 changes: 73 additions & 19 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions build-dependencies.just
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@
install-default-x86_64-unknown-linux-musl:
sudo apt-get update
sudo apt-get install -y musl-tools

# Install dependencies for the default feature on aarch64-unknown-linux-musl
install-default-aarch64-unknown-linux-musl:
sudo apt-get update
sudo apt-get install -y musl-tools
1 change: 1 addition & 0 deletions dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ targets = [
install-path = "CARGO_HOME"
# Whether to install an updater program
install-updater = true

# Extra static files to include in each App (path relative to this Cargo.toml's dir)
include = ["./config", "./LICENSE"]
3 changes: 2 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
],
"excludes": [
"target/**/*",
"CHANGELOG.md"
"CHANGELOG.md",
"dist-workspace.toml"
],
"plugins": [
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
Expand Down

0 comments on commit bfdb243

Please sign in to comment.