Skip to content

Commit 9927611

Browse files
committed
dependencie update
1 parent ba9073b commit 9927611

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ keywords = ["ros2", "colcon", "ament"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
anyhow = "1"
17-
cargo-manifest = "0.17"
18-
pico-args = "0.4"
16+
anyhow = "1.0.98"
17+
cargo-manifest = "0.19.1"
18+
pico-args = "0.5.0"
1919

2020
# The profile that 'cargo dist' will build with
2121
[profile.dist]
@@ -25,7 +25,7 @@ lto = "thin"
2525
# Config for 'cargo dist'
2626
[workspace.metadata.dist]
2727
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
28-
cargo-dist-version = "0.22.1"
28+
cargo-dist-version = "0.28.0"
2929
# CI backends to support
3030
ci = "github"
3131
# The installers to generate for each app
@@ -35,4 +35,4 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "aarch64-unknown
3535

3636
[workspace.metadata.dist.github-custom-runners]
3737
aarch64-unknown-linux-gnu = "buildjet-8vcpu-ubuntu-2204-arm"
38-
aarch64-unknown-linux-musl = "buildjet-8vcpu-ubuntu-2204-arm"
38+
aarch64-unknown-linux-musl = "buildjet-8vcpu-ubuntu-2204-arm"

0 commit comments

Comments
 (0)