runc-v0.3.0
What's Changed
Runc crate
- Fix dependencies by @mxpv in #152
- chore: Standardize Cargo.toml files, enable more workspace dependencies by @bryantbiggs in #200
- Simplify doc management and update READMEs by @mxpv in #208
- Update nix crate to 0.27 by @mxpv in #211
- Return Container object in async
Runc::state()
by @andrewbaxter in #228 - feat: set THP_DISABLE=true in shim, and restore it before starting runc by @zzzzzzzzzy9 in #195
- chore: Fix cargo deny failed checks and de-duplicate crates using workspace shared dependency by @bryantbiggs in #304
- Cargo.toml: remove unused dependnecies by @Mossaka in #315
- chore: Update
tonic
andprost
dependencies to latest by @bryantbiggs in #307 - fix os_pipe doesn't work with async IO by @ningmingxiao in #326
- .github/workflows/ci: add machete to CI by @Mossaka in #319
- runc: split Pipe, Io, and PipedIo to async and sync modules by @Mossaka in #335
- OpenOptions in blocking mod is a time-consuming operation. by @jokemanfire in #359
- runc: split the feat from lib to async and sync by @jokemanfire in #398
Full Changelog: runc-v0.2.0...runc-v0.3.0