From 8897a7d13d1d76e71bffa76e6e3a3be5bbbba7b0 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Tue, 25 Oct 2022 19:49:36 -0400 Subject: [PATCH] (cargo-release) version 0.11.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fb75e938..593991aa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,7 +914,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "0.11.0" +version = "0.11.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bc1b0c06a..75b1d9b8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "0.11.0" +version = "0.11.1" edition = "2021" license = "MIT" authors = ["Railway "]