diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 0a22cc2..eb8e071 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -github: vityafx +github: iddm diff --git a/Cargo.toml b/Cargo.toml index 9ae85f2..4a408b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "thread-priority" -version = "0.15.0" +version = "0.15.1" authors = ["Victor Polevoy "] description = "Library for managing threads priority and schedule policies" -repository = "https://github.com/vityafx/thread-priority" +repository = "https://github.com/iddm/thread-priority" documentation = "https://docs.rs/thread-priority/" readme = "README.md" license = "MIT"