From 35ecd6fd7713483791e2b8472b0fe60ea7e35430 Mon Sep 17 00:00:00 2001 From: Tim Zhang Date: Mon, 21 Dec 2020 15:51:34 +0800 Subject: [PATCH] Update readme - Change the travis badge - Update the description about v2 supporting. Signed-off-by: Tim Zhang --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 617ed66..41c6539 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -# cgroups-rs ![Build](https://travis-ci.org/levex/cgroups-rs.svg?branch=master) +# cgroups-rs ![Build](https://travis-ci.org/kata-containers/cgroups-rs.svg?branch=master) Native Rust library for managing control groups under Linux -Right now the crate only support the original, V1 hierarchy, however support -is planned for the Unified hierarchy. +Both v1 and v2 of cgroups are supported. # Examples