diff --git a/Cargo.toml b/Cargo.toml index 4ed20d1..0e218ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async-cpupool" description = "A simple async threadpool for CPU-bound tasks" -version = "0.2.0" +version = "0.2.1" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/safe-async/async-cpupool"