File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -242,13 +242,20 @@ The output has the following format:
242
242
/* The name of the dependency's library target.
243
243
If this is a renamed dependency, this is the new
244
244
name.
245
+ NOTE: Deprecated. Please use `dep_kinds.extern_name` instead.
245
246
*/
246
247
" name" : " bitflags" ,
247
248
/* The Package ID of the dependency. */
248
249
" pkg" : " bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
249
250
/* Array of dependency kinds. Added in Cargo 1.40. */
250
251
" dep_kinds" : [
251
252
{
253
+ /* The name of the dependency's library target.
254
+ If this is a renamed dependency, this is the new
255
+ name.
256
+ Added in Cargo 1.68.
257
+ */
258
+ " extern_name" : " bitflags" ,
252
259
/* The dependency kind.
253
260
"dev", "build", or null for a normal dependency.
254
261
*/
Original file line number Diff line number Diff line change @@ -237,13 +237,20 @@ OUTPUT FORMAT
237
237
/* The name of the dependency's library target.
238
238
If this is a renamed dependency, this is the new
239
239
name.
240
+ NOTE: Deprecated. Please use `dep_kinds.extern_name` instead.
240
241
*/
241
242
"name": "bitflags",
242
243
/* The Package ID of the dependency. */
243
244
"pkg": "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
244
245
/* Array of dependency kinds. Added in Cargo 1.40. */
245
246
"dep_kinds": [
246
247
{
248
+ /* The name of the dependency's library target.
249
+ If this is a renamed dependency, this is the new
250
+ name.
251
+ Added in Cargo 1.68.
252
+ */
253
+ "extern_name": "bitflags",
247
254
/* The dependency kind.
248
255
"dev", "build", or null for a normal dependency.
249
256
*/
Original file line number Diff line number Diff line change @@ -242,13 +242,20 @@ The output has the following format:
242
242
/* The name of the dependency's library target.
243
243
If this is a renamed dependency, this is the new
244
244
name.
245
+ NOTE: Deprecated. Please use `dep_kinds.extern_name` instead.
245
246
*/
246
247
" name" : " bitflags" ,
247
248
/* The Package ID of the dependency. */
248
249
" pkg" : " bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
249
250
/* Array of dependency kinds. Added in Cargo 1.40. */
250
251
" dep_kinds" : [
251
252
{
253
+ /* The name of the dependency's library target.
254
+ If this is a renamed dependency, this is the new
255
+ name.
256
+ Added in Cargo 1.68.
257
+ */
258
+ " extern_name" : " bitflags" ,
252
259
/* The dependency kind.
253
260
"dev", "build", or null for a normal dependency.
254
261
*/
Original file line number Diff line number Diff line change @@ -239,13 +239,20 @@ The output has the following format:
239
239
/* The name of the dependency's library target.
240
240
If this is a renamed dependency, this is the new
241
241
name.
242
+ NOTE: Deprecated. Please use `dep_kinds.extern_name` instead.
242
243
*/
243
244
"name": "bitflags",
244
245
/* The Package ID of the dependency. */
245
246
"pkg": "bitflags 1.0.4 (registry+https://github.com/rust\- lang/crates.io\- index)",
246
247
/* Array of dependency kinds. Added in Cargo 1.40. */
247
248
"dep_kinds": [
248
249
{
250
+ /* The name of the dependency's library target.
251
+ If this is a renamed dependency, this is the new
252
+ name.
253
+ Added in Cargo 1.68.
254
+ */
255
+ "extern_name": "bitflags",
249
256
/* The dependency kind.
250
257
"dev", "build", or null for a normal dependency.
251
258
*/
You can’t perform that action at this time.
0 commit comments