cargo upgrade --manifest-path
only works with absolute paths
#565
Labels
cargo upgrade --manifest-path
only works with absolute paths
#565
We try to find the path in the
CargoMetadata
but it won't match.cargo-set-version
should have the needed logic for this. I guess an alternative todunce::canonicalize
issame_file
.When fixing this, we should copy
tests/cmd/upgrade/workspace_member_cwd.*
into a_manifest_path
test that specifies the manifest path instead of relying on cwd.The text was updated successfully, but these errors were encountered: