From 34ccb2322f46526e73812ecc720dc4769f85d6eb Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Mon, 29 Apr 2024 10:24:56 +0200 Subject: [PATCH] Bump version to 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 768339f..6d2c5c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thread-priority" -version = "1.0.0" +version = "1.1.0" authors = ["Victor Polevoy "] description = "Library for managing threads priority and schedule policies" repository = "https://github.com/iddm/thread-priority"