From 2ec70b75709af40db28762a77a3c98aaaebb09ad Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Tue, 20 Feb 2024 13:27:03 -0500 Subject: [PATCH] (cargo-release) version 1.21.2 --- 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 9a0f94514..e62bf1a2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.21.1" +version = "1.21.2" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c337c231d..4f3f1b641 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.21.1" +version = "1.21.2" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index 86226f081..c7ff7df51 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.21.1"; + version = "1.21.2"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;