]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8429 : catamorphism/rust/rustpkg-docs, r=catamorphism
authorbors <bors@rust-lang.org>
Mon, 12 Aug 2013 15:17:14 +0000 (08:17 -0700)
committerbors <bors@rust-lang.org>
Mon, 12 Aug 2013 15:17:14 +0000 (08:17 -0700)
doc/rustpkg.md

index 46ab7afab43c249e0232c48649aaa18cb19cb1a3..1e6e4e29cb951ef2461c56047178e3b9010253d5 100644 (file)
@@ -103,6 +103,11 @@ When building a package that is in a `git` repository,
 When building a package that is not under version control,
 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
 
 rustpkg infers dependencies from `extern mod` directives.