Upgrade minimum reqiured version of Rust to 1.29#1058
Upgrade minimum reqiured version of Rust to 1.29#1058sharkdp wants to merge 1 commit intoBurntSushi:masterfrom
Conversation
This upgrades the minimum required version of Rust to 1.29 in order to fix BurntSushi#916 (Zombie processes cause `rg --files` to hang in `/proc`). See also: - Rust compiler bug ticket: rust-lang/rust#50619 - Rust compiler PR with the fix: rust-lang/rust#50630 closes BurntSushi#916
Ah right yeah. Basically, to keep things sensible, I'd like to make sure any I will just do that as part of the normal release process, so I'm going to close this. In theory, it could be months before a |
Ah, that makes sense.
ripgrep 0.10 was six days early 😄 |
This upgrades the minimum required version of Rust to 1.29 in order to fix #916 (Zombie processes cause
rg --filesto hang in/proc).I have manually confirmed that the bug is fixed when compiling ripgrep with 1.29.
It's probably better to merge this just before the next release in order for the current Rust version to still be in present in the README(?).
See also:
closes #916