From c403d0144eba88b952f663c52e2fcdb1a6c2f35f Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 22 Aug 2024 23:34:28 +0200 Subject: [PATCH] release: 2.0.2 --- Cargo.lock | 4 ++-- config/Cargo.toml | 2 +- daemon/Cargo.toml | 2 +- rust-toolchain | 1 - rust-toolchain.toml | 4 ++++ 5 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 rust-toolchain create mode 100644 rust-toolchain.toml diff --git a/Cargo.lock b/Cargo.lock index f45b436..78fac62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1405,7 +1405,7 @@ dependencies = [ [[package]] name = "system76-scheduler" -version = "2.0.1" +version = "2.0.2" dependencies = [ "aho-corasick", "anyhow", @@ -1440,7 +1440,7 @@ dependencies = [ [[package]] name = "system76-scheduler-config" -version = "2.0.1" +version = "2.0.2" dependencies = [ "compact_str", "concat-in-place", diff --git a/config/Cargo.toml b/config/Cargo.toml index 6460b0f..7230e13 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76-scheduler-config" -version = "2.0.1" +version = "2.0.2" edition = "2021" [dependencies] diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 90d8d9c..eb7b9e1 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -2,7 +2,7 @@ name = "system76-scheduler" description = "Linux service that manages process priorities and CFS scheduler latencies for improved responsiveness on the desktop" repository = "https://github.com/pop-os/system76-scheduler" -version = "2.0.1" +version = "2.0.2" edition = "2021" license = "MPL-2.0" publish = false diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index 6680fdb..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -1.65.0 \ No newline at end of file diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..8bb1f26 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "stable" +components = ["clippy", "rustfmt"] +