Skip to content

Commit 0e35067

Browse files
committed
Auto merge of #49640 - matklad:cargo-backport, r=alexcrichton
[beta] Update cargo and backport #49612 rust-lang/cargo#5288 fixes a regression where cargo would update registry on every operation.
2 parents 18aaa1d + 4d63e4a commit 0e35067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libstd/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ pub fn abort() -> ! {
14261426
/// ```
14271427
///
14281428
///
1429-
#[stable(feature = "getpid", since = "1.27.0")]
1429+
#[stable(feature = "getpid", since = "1.26.0")]
14301430
pub fn id() -> u32 {
14311431
::sys::os::getpid()
14321432
}

0 commit comments

Comments
 (0)