docs: In rustpkg manual, note future plans about versions
This commit is contained in:
parent
1de201c3c6
commit
4fb37edd93
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@ When building a package that is in a `git` repository,
|
||||||
When building a package that is not under version control,
|
When building a package that is not under version control,
|
||||||
or that has no tags, `rustpkg` assumes the intended version is 0.1.
|
or that has no tags, `rustpkg` assumes the intended version is 0.1.
|
||||||
|
|
||||||
|
> **Note:** A future version of rustpkg will support semantic versions.
|
||||||
|
> Also, a future version will add the option to specify a version with a metadata
|
||||||
|
> attribute like `#[link(vers = "3.1415")]` inside the crate module,
|
||||||
|
> though this attribute will never be mandatory.
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
rustpkg infers dependencies from `extern mod` directives.
|
rustpkg infers dependencies from `extern mod` directives.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue