diff --git a/Cargo.toml b/Cargo.toml index 4aa6b8a..d05a45d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "threadfin" -version = "0.1.1" +version = "0.1.2" description = "A thread pool for running multiple tasks on a configurable group of threads." authors = ["Stephen M. Coakley "] license = "MIT"