diff --git a/Cargo.toml b/Cargo.toml index 768339f..3c61b1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thread-priority" -version = "1.0.0" +version = "1.2.0" authors = ["Victor Polevoy "] description = "Library for managing threads priority and schedule policies" repository = "https://github.com/iddm/thread-priority"