From 8275318850f2c89e35191f42a384a709fa05b041 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Fri, 9 Feb 2024 17:30:49 -0500 Subject: [PATCH] (cargo-release) version 1.21.1 --- 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 c0ab5c87a..9a0f94514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.21.0" +version = "1.21.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 81acb266d..c337c231d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.21.0" +version = "1.21.1" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index 89e18cdbd..86226f081 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.21.0"; + version = "1.21.1"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;