From c5f37fdbd6c6d62c8747e6b9751ec8986c6cea7f Mon Sep 17 00:00:00 2001 From: XLor Date: Tue, 24 Jan 2023 03:04:20 +0800 Subject: [PATCH] chore: release v0.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfb29b8..46197ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "catj" -version = "0.0.0" +version = "0.1.0" dependencies = [ "cgroups-rs", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2da8346..0310e3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catj" -version = "0.0.0" +version = "0.1.0" authors = ["XLor yjl9903@outlook.com"] edition = "2021" diff --git a/README.md b/README.md index c844471..fbf4fb5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A light process isolation sandbox used for Competitive Programming contest. > **Note** > -> To enable all of above features, it is highly recommended to use it under the root user, otherwise it may fall back automatically. +> To enable all of above features, it is highly recommended to use it under the **root** user, otherwise it may fall back automatically. ## Installation