From cb9d09531e32e4b8da3b48a25919e5e4693fbc7a Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Fri, 16 Dec 2022 19:35:13 -0500 Subject: [PATCH] (cargo-release) version 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cb5e8036..0ed1e85db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -947,7 +947,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.0.0" +version = "1.0.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a86eda110..b475d5888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT" authors = ["Railway "]