Skip to content

Commit

Permalink
Auto merge of #49640 - matklad:cargo-backport, r=alexcrichton
Browse files Browse the repository at this point in the history
[beta] Update cargo and backport #49612

rust-lang/cargo#5288 fixes a regression
where cargo would update registry on every operation.
  • Loading branch information
bors committed Apr 5, 2018
2 parents 18aaa1d + 4d63e4a commit 0e35067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libstd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ pub fn abort() -> ! {
/// ```
///
///
#[stable(feature = "getpid", since = "1.27.0")]
#[stable(feature = "getpid", since = "1.26.0")]
pub fn id() -> u32 {
::sys::os::getpid()
}
Expand Down
2 changes: 1 addition & 1 deletion src/tools/cargo

0 comments on commit 0e35067

Please sign in to comment.