Skip to content

Commit 4fb37ed

Browse files
committed
docs: In rustpkg manual, note future plans about versions
1 parent 1de201c commit 4fb37ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/rustpkg.md

+5
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ When building a package that is in a `git` repository,
103103
When building a package that is not under version control,
104104
or that has no tags, `rustpkg` assumes the intended version is 0.1.
105105

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+
106111
# Dependencies
107112

108113
rustpkg infers dependencies from `extern mod` directives.

0 commit comments

Comments
 (0)