File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1179,6 +1179,8 @@ fn package_metadata() {
11791179 keywords = ["database"]
11801180 readme = "README.md"
11811181 repository = "https://github.com/rust-lang/cargo"
1182+ homepage = "https://rust-lang.org"
1183+ documentation = "https://doc.rust-lang.org/stable/std/"
11821184
11831185 [package.metadata.bar]
11841186 baz = "quux"
@@ -1199,8 +1201,8 @@ fn package_metadata() {
11991201 "name": "foo",
12001202 "readme": "README.md",
12011203 "repository": "https://github.com/rust-lang/cargo",
1202- "homepage": null ,
1203- "documentation": null ,
1204+ "homepage": "https://rust-lang.org" ,
1205+ "documentation": "https://doc.rust-lang.org/stable/std/" ,
12041206 "version": "0.1.0",
12051207 "id": "foo[..]",
12061208 "keywords": ["database"],
You can’t perform that action at this time.
0 commit comments