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"