Skip to content

Commit

Permalink
docs: In rustpkg manual, note future plans about versions
Browse files Browse the repository at this point in the history
  • Loading branch information
catamorphism committed Aug 10, 2013
1 parent 1de201c commit 4fb37ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/rustpkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

5 comments on commit 4fb37ed

@bors
Copy link
Contributor

@bors bors commented on 4fb37ed Aug 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from catamorphism
at catamorphism@4fb37ed

@bors
Copy link
Contributor

@bors bors commented on 4fb37ed Aug 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging catamorphism/rust/rustpkg-docs = 4fb37ed into auto

@bors
Copy link
Contributor

@bors bors commented on 4fb37ed Aug 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

catamorphism/rust/rustpkg-docs = 4fb37ed merged ok, testing candidate = 59434a1

@bors
Copy link
Contributor

@bors bors commented on 4fb37ed Aug 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 59434a1

Please sign in to comment.