Files
cgroups-rs/.cargo/config.toml
Xuewei Niu bce4b0bb3b Fix the warning about config file
The cargo complaints that ".cargo/config" is deprecated in favor of
".cargo/config.toml". Therefore, the file is renamed to it to make cargo
happy.

Signed-off-by: Xuewei Niu <niuxuewei.nxw@antgroup.com>
2025-07-08 23:56:57 +08:00

3 lines
53 B
TOML

[target.x86_64-unknown-linux-gnu]
runner = 'sudo -E'