File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ fn cargo_metadata_simple() {
42
42
"nodes": [
43
43
{
44
44
"dependencies": [],
45
+ "features": [],
45
46
"id": "foo 0.5.0 (path+file:[..]foo)"
46
47
}
47
48
],
@@ -117,6 +118,7 @@ crate-type = ["lib", "staticlib"]
117
118
"nodes": [
118
119
{
119
120
"dependencies": [],
121
+ "features": [],
120
122
"id": "foo 0.5.0 (path+file:[..]foo)"
121
123
}
122
124
],
@@ -330,16 +332,19 @@ fn cargo_metadata_with_deps_and_version() {
330
332
"dependencies": [
331
333
"bar 0.0.1 (registry+[..])"
332
334
],
335
+ "features": [],
333
336
"id": "foo 0.5.0 (path+file:[..]foo)"
334
337
},
335
338
{
336
339
"dependencies": [
337
340
"baz 0.0.1 (registry+[..])"
338
341
],
342
+ "features": [],
339
343
"id": "bar 0.0.1 (registry+[..])"
340
344
},
341
345
{
342
346
"dependencies": [],
347
+ "features": [],
343
348
"id": "baz 0.0.1 (registry+[..])"
344
349
}
345
350
],
@@ -404,6 +409,7 @@ name = "ex"
404
409
"nodes": [
405
410
{
406
411
"id": "foo 0.1.0 (path+file:[..]foo)",
412
+ "features": [],
407
413
"dependencies": []
408
414
}
409
415
]
@@ -468,6 +474,7 @@ crate-type = ["rlib", "dylib"]
468
474
"nodes": [
469
475
{
470
476
"id": "foo 0.1.0 (path+file:[..]foo)",
477
+ "features": [],
471
478
"dependencies": []
472
479
}
473
480
]
@@ -540,10 +547,12 @@ fn workspace_metadata() {
540
547
"nodes": [
541
548
{
542
549
"dependencies": [],
550
+ "features": [],
543
551
"id": "baz 0.5.0 (path+file:[..]baz)"
544
552
},
545
553
{
546
554
"dependencies": [],
555
+ "features": [],
547
556
"id": "bar 0.5.0 (path+file:[..]bar)"
548
557
}
549
558
],
You can’t perform that action at this time.
0 commit comments