rustpkg: Preliminary work on install command

Mostly just tests (that are ignored); install command is still
stubbed out.
This commit is contained in:
Tim Chevalier 2013-04-24 17:37:59 -07:00
parent f945e57bd0
commit 4e2c8f422a
6 changed files with 175 additions and 30 deletions

View file

@ -78,7 +78,7 @@ impl ToStr for Version {
}
/// Placeholder
fn default_version() -> Version { ExactRevision(0.1) }
pub fn default_version() -> Version { ExactRevision(0.1) }
// Path-fragment identifier of a package such as
// 'github.com/graydon/test'; path must be a relative