File tree Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Expand file tree Collapse file tree 1 file changed +2
-30
lines changed Original file line number Diff line number Diff line change @@ -599,20 +599,7 @@ fn json_exposed() {
599
599
"authors": [],
600
600
"categories": [],
601
601
"default_run": null,
602
- "dependencies": [
603
- {
604
- "features": [],
605
- "kind": null,
606
- "name": "bar",
607
- "optional": true,
608
- "registry": null,
609
- "rename": null,
610
- "req": "^1.0",
611
- "source": "registry+https://github.com/rust-lang/crates.io-index",
612
- "target": null,
613
- "uses_default_features": true
614
- }
615
- ],
602
+ "dependencies": "{...}",
616
603
"description": null,
617
604
"documentation": null,
618
605
"edition": "2015",
@@ -635,22 +622,7 @@ fn json_exposed() {
635
622
"repository": null,
636
623
"rust_version": null,
637
624
"source": null,
638
- "targets": [
639
- {
640
- "crate_types": [
641
- "lib"
642
- ],
643
- "doc": true,
644
- "doctest": true,
645
- "edition": "2015",
646
- "kind": [
647
- "lib"
648
- ],
649
- "name": "foo",
650
- "src_path": "[ROOT]/foo/src/lib.rs",
651
- "test": true
652
- }
653
- ],
625
+ "targets": "{...}",
654
626
"version": "0.1.0"
655
627
}
656
628
],
You can’t perform that action at this time.
0 commit comments