rustpkg: Preliminary work on install command
Mostly just tests (that are ignored); install command is still stubbed out.
This commit is contained in:
parent
f945e57bd0
commit
4e2c8f422a
6 changed files with 175 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue