Skip to content

Commit 59434a1

Browse files
committed
auto merge of #8429 : catamorphism/rust/rustpkg-docs, r=catamorphism
2 parents ecfc9a8 + 4fb37ed commit 59434a1

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)