Rollup merge of #139976 - jieyouxu:plumbing, r=Kobzol
run-make: drop `os_pipe` workaround now that `anonymous_pipe` is stable on beta Follow-up to #137537 where I had to include a temporary dep on `os_pipe` before `anonymous_pipe` was stabilized. Now that `anonymous_pipe` is stable on beta, we can get rid of this workaround. Closes #137532. (Final cleanup item) r? `@Kobzol`
This commit is contained in:
commit
095486e125
4 changed files with 2 additions and 21 deletions
|
|
@ -14,9 +14,5 @@ build_helper = { path = "../../build_helper" }
|
|||
serde_json = "1.0"
|
||||
libc = "0.2"
|
||||
|
||||
# FIXME(#137532): replace `os_pipe` with `anonymous_pipe` once it stabilizes and
|
||||
# reaches beta.
|
||||
os_pipe = "1.2.1"
|
||||
|
||||
[lib]
|
||||
crate-type = ["lib", "dylib"]
|
||||
|
|
|
|||
|
|
@ -41,8 +41,6 @@ pub use bstr;
|
|||
pub use gimli;
|
||||
pub use libc;
|
||||
pub use object;
|
||||
// FIXME(#137532): replace with std `anonymous_pipe` once it stabilizes and reaches beta.
|
||||
pub use os_pipe;
|
||||
pub use regex;
|
||||
pub use serde_json;
|
||||
pub use similar;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue