Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
FroVolod committed Dec 13, 2024
1 parent c19e525 commit 40a2fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ lto = "thin"
# Config for 'dist'
[workspace.metadata.dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.25.1"
cargo-dist-version = "0.26.1"
# CI backends to support
ci = "github"
# The installers to generate for each app
Expand All @@ -148,7 +148,7 @@ install-path = "CARGO_HOME"
install-updater = false

[workspace.metadata.dist.github-custom-runners]
aarch64-unknown-linux-gnu = "ubuntu-arm64-22.04-4core"
aarch64-unknown-linux-gnu = "ubuntu-20.04"

[workspace.metadata.dist.dependencies.apt]
libudev-dev = { version = "*", targets = [
Expand Down

0 comments on commit 40a2fb1

Please sign in to comment.