From ea0fdf2a254062405f3e8b1b7b2f35962b0aee02 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Tue, 3 Sep 2024 21:48:09 -0400 Subject: [PATCH] (cargo-release) version 1.28.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0f86aa4a..b1bff7bb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,7 +1066,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.27.1" +version = "1.28.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1ca432679..0db2ddf1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.27.1" +version = "1.28.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index 9b67d8988..a47f98467 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.27.1"; + version = "1.28.0"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;