From 4fb37edd93a1a9ee9fb43f417953c0634ce7a9e5 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Fri, 9 Aug 2013 18:25:02 -0700 Subject: [PATCH] docs: In rustpkg manual, note future plans about versions --- doc/rustpkg.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/rustpkg.md b/doc/rustpkg.md index 46ab7afab43..1e6e4e29cb9 100644 --- a/doc/rustpkg.md +++ b/doc/rustpkg.md @@ -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.