]> git.proxmox.com Git - cargo.git/commit
auto merge of #116 : Indiv0/cargo/typofix, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 4 Jul 2014 02:44:56 +0000 (02:44 +0000)
committerbors <bors@rust-lang.org>
Fri, 4 Jul 2014 02:44:56 +0000 (02:44 +0000)
commitc5522e61787f4a5ca9f677f02f45ce81f7b9eb89
tree75a3cf53d080141109f9faa3ce3ff47649390a37
parent127d2903471d12f1bc51d6bb5e5758bc5b1e9a1b
parent65131acbeae23207c26ea9f396158611ae3e65b7
auto merge of #116 : Indiv0/cargo/typofix, r=alexcrichton

Currently, the "single source" error appears like this, with missing whitespace:

    lib/game-of-life $ cargo build --verbose
    An unknown error occurred

    Caused by:
      At the moment, Cargo only supports asingle source for a particular package name (piston).

This fixes the typo.