From 799eacc0e49db5f281d349da5cebd5beeb696cba Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Thu, 8 Feb 2024 13:34:09 +0300 Subject: [PATCH] Bump to 0.1.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f53cd7..9e94b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jobserver" -version = "0.1.27" +version = "0.1.28" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/alexcrichton/jobserver-rs"