Skip to content

Commit

Permalink
Update cargo to 0.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Sep 6, 2024
1 parent 0ee9721 commit 0d6b25d
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 40 deletions.
74 changes: 35 additions & 39 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vendored-libgit2 = ["cargo/vendored-libgit2"]

[dependencies]
nu-ansi-term = "0.50.0"
cargo = "0.81.0"
cargo = "0.82.0"
cargo-util = "0.2.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ impl OptUdeps {
self.all_features,
!self.no_default_features,
)?;
let dry_run = false;
let ws_resolve = cargo::ops::resolve_ws_with_opts(
&ws,
&mut target_data,
Expand All @@ -287,6 +288,7 @@ impl OptUdeps {
&Packages::All.to_package_id_specs(&ws)?,
HasDevUnits::Yes,
ForceAllTargets::No,
dry_run,
)?;

let packages = ws_resolve.pkg_set
Expand Down

0 comments on commit 0d6b25d

Please sign in to comment.