path is absolute path

This commit is contained in:
Jon Gjengset 2020-12-18 13:39:52 -08:00
parent 525c5b6239
commit 25671d3495
5 changed files with 5 additions and 5 deletions

View File

@ -86,7 +86,7 @@ The output has the following format:
/* The file system path for a local path dependency.
not present if not a path dependency.
*/
"path": "path/to/dep",
"path": "/path/to/dep",
/* A string of the URL of the registry this dependency is from.
If not specified or null, the dependency is from the default
registry (crates.io).

View File

@ -81,7 +81,7 @@ OUTPUT FORMAT
/* The file system path for a local path dependency.
not present if not a path dependency.
*/
"path": "path/to/dep",
"path": "/path/to/dep",
/* A string of the URL of the registry this dependency is from.
If not specified or null, the dependency is from the default
registry (crates.io).

View File

@ -86,7 +86,7 @@ The output has the following format:
/* The file system path for a local path dependency.
not present if not a path dependency.
*/
"path": "path/to/dep",
"path": "/path/to/dep",
/* A string of the URL of the registry this dependency is from.
If not specified or null, the dependency is from the default
registry (crates.io).

View File

@ -83,7 +83,7 @@ The output has the following format:
/* The file system path for a local path dependency.
not present if not a path dependency.
*/
"path": "path/to/dep",
"path": "/path/to/dep",
/* A string of the URL of the registry this dependency is from.
If not specified or null, the dependency is from the default
registry (crates.io).

View File

@ -1984,7 +1984,7 @@ fn deps_with_bin_only() {
"rename": null,
"optional": false,
"uses_default_features": true,
"manifest_path": "[..]/bdep/Cargo.toml",
"manifest_path": "[..]/bdep",
"features": [],
"target": null,
"registry": null