From 8ecc5648849e71ae8bf3d899540c0a785075b6f0 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Tue, 23 Jul 2024 11:09:33 -0400 Subject: [PATCH] chore: bump to 0.1.32 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a5afff..bbb8569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -38,7 +38,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "jobserver" -version = "0.1.31" +version = "0.1.32" dependencies = [ "libc", "nix", diff --git a/Cargo.toml b/Cargo.toml index 116d00b..78df256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jobserver" -version = "0.1.31" +version = "0.1.32" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/jobserver-rs"