]> git.proxmox.com Git - cargo.git/commit
-- updated both `resolve` to only take a get_ws
authorscott <schaferjscott@gmail.com>
Wed, 23 Mar 2022 18:40:16 +0000 (13:40 -0500)
committerscott <schaferjscott@gmail.com>
Wed, 23 Mar 2022 18:40:16 +0000 (13:40 -0500)
commitc4cd152c36057920847b58b12899ef98f22404b0
tree43af919114c7ac90f15cd792362a51796c338ec9
parentccb321a633fe2ca4f25814e52efcc26de15d7c80
-- updated both `resolve` to only take a get_ws
-- `resolve` not takes `get_ws: impl FnOnce() -> CargoResult<T>`
-- removed `MaybeWorkspace` from `readme` and `license-file`
-- changed error messages and test names
src/cargo/core/workspace.rs
src/cargo/util/toml/mod.rs
tests/testsuite/deduplicate_workspace.rs