You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
("CARGO_PKG_DESCRIPTION","The description from the manifest of your package"),
20
20
("CARGO_PKG_HOMEPAGE","The home page from the manifest of your package"),
21
-
("CARGO_PKG_REPOSITORY","The repository from the manifest of your package"),
21
+
("CARGO_PKG_REPOSITORY",
22
+
"The repository from the manifest of your package"),
22
23
("CARGO_PKG_LICENSE","The license from the manifest of your package"),
23
24
("CARGO_PKG_LICENSE_FILE","The license file from the manifest of your package"),
24
25
("CARGO_PKG_RUST_VERSION","The Rust version from the manifest of your package. Note that this is the minimum Rust version supported by the package, not the current Rust version"),
0 commit comments