File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ let version = env!("CARGO_PKG_VERSION");
61
61
* ` CARGO_PKG_VERSION_PRE ` - The pre-release version of your package.
62
62
* ` CARGO_PKG_AUTHORS ` - Colon separated list of authors from the manifest of your package.
63
63
* ` CARGO_PKG_NAME ` - The name of your package.
64
- * ` CARGO_PKG_DESCRIPTION ` - The description of your package.
65
- * ` CARGO_PKG_HOMEPAGE ` - The home page of your package.
66
- * ` CARGO_PKG_REPOSITORY ` - The repository of your package.
64
+ * ` CARGO_PKG_DESCRIPTION ` - The description from the manifest of your package.
65
+ * ` CARGO_PKG_HOMEPAGE ` - The home page from the manifest of your package.
66
+ * ` CARGO_PKG_REPOSITORY ` - The repository from the manifest of your package.
67
67
* ` OUT_DIR ` - If the package has a build script, this is set to the folder where the build
68
68
script should place its output. See below for more information.
69
69
You can’t perform that action at this time.
0 commit comments