From d4a3144f59887ac5e1797233520b6d45b6a8d335 Mon Sep 17 00:00:00 2001 From: Zeb Piasecki Date: Fri, 11 Feb 2022 13:52:37 -0500 Subject: [PATCH] chore: increment worker-build version --- worker-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker-build/Cargo.toml b/worker-build/Cargo.toml index 62d4f1cf..206c66e1 100644 --- a/worker-build/Cargo.toml +++ b/worker-build/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Cloudflare Workers Team "] edition = "2018" name = "worker-build" -version = "0.0.4" +version = "0.0.5" license = "Apache-2.0" repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-build" readme = "README.md"