update the right file & cargo build-man

This commit is contained in:
Fluid 2025-02-13 23:51:41 +02:00
parent 485a1b198a
commit eb5c9a8fa5
4 changed files with 13 additions and 13 deletions

View File

@ -312,9 +312,9 @@ The JSON output has the following format:
]
}
],
/* The root package of the workspace.
This is null if this is a virtual workspace. Otherwise it is
the Package ID of the root package.
/* The package in the current working directory (if --manifest-path is not given).
This is null if there is a virtual workspace. Otherwise it is
the Package ID of the package.
*/
"root": "file:///path/to/my-package#0.1.0",
},

View File

@ -308,9 +308,9 @@ OUTPUT FORMAT
]
}
],
/* The root package of the workspace.
This is null if this is a virtual workspace. Otherwise it is
the Package ID of the root package.
/* The package in the current working directory (if --manifest-path is not given).
This is null if there is a virtual workspace. Otherwise it is
the Package ID of the package.
*/
"root": "file:///path/to/my-package#0.1.0",
},

View File

@ -312,9 +312,9 @@ The JSON output has the following format:
]
}
],
/* The root package of the workspace.
This is null if this is a virtual workspace. Otherwise it is
the Package ID of the root package.
/* The package in the current working directory (if --manifest-path is not given).
This is null if there is a virtual workspace. Otherwise it is
the Package ID of the package.
*/
"root": "file:///path/to/my-package#0.1.0",
},

View File

@ -314,9 +314,9 @@ The JSON output has the following format:
]
}
],
/* The root package of the workspace.
This is null if this is a virtual workspace. Otherwise it is
the Package ID of the root package.
/* The package in the current working directory (if \-\-manifest\-path is not given).
This is null if there is a virtual workspace. Otherwise it is
the Package ID of the package.
*/
"root": "file:///path/to/my\-package#0.1.0",
},