We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecfc9a8 + 4fb37ed commit 59434a1Copy full SHA for 59434a1
doc/rustpkg.md
@@ -103,6 +103,11 @@ When building a package that is in a `git` repository,
103
When building a package that is not under version control,
104
or that has no tags, `rustpkg` assumes the intended version is 0.1.
105
106
+> **Note:** A future version of rustpkg will support semantic versions.
107
+> Also, a future version will add the option to specify a version with a metadata
108
+> attribute like `#[link(vers = "3.1415")]` inside the crate module,
109
+> though this attribute will never be mandatory.
110
+
111
# Dependencies
112
113
rustpkg infers dependencies from `extern mod` directives.
0 commit comments