Skip to content

Commit

Permalink
release: 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Aug 22, 2024
1 parent 17aef89 commit c403d01
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "system76-scheduler-config"
version = "2.0.1"
version = "2.0.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion rust-toolchain

This file was deleted.

4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = ["clippy", "rustfmt"]

0 comments on commit c403d01

Please sign in to comment.