From 17539c05ed590a63b150176ac65a9092cd2e783b Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Mon, 22 Apr 2024 12:32:57 +0200 Subject: [PATCH] Bump the version to 1.0.0. Raises the version to the first major one. The crate has been to long on the outskirts, hidden somewhere along the "still in development" crates, while it has actually been functional for a long time. Let's start being serious. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c77084..13f8cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thread-priority" -version = "0.17.0" +version = "1.0.0" authors = ["Victor Polevoy "] description = "Library for managing threads priority and schedule policies" repository = "https://github.com/iddm/thread-priority"