From ce0e6419cb47d1651152451f6c6daeb3f60c1b6d Mon Sep 17 00:00:00 2001 From: Victor Polevoy Date: Tue, 5 Dec 2023 18:18:56 +0100 Subject: [PATCH] x_x --- .github/FUNDING.yml | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"