From 8f8fa5962f6fb2fae0751f1222d17470f09fee11 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Tue, 23 Jan 2024 01:40:55 -0500 Subject: [PATCH] (cargo-release) version 1.21.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 1359e6668..c0ab5c87a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.20.0" +version = "1.21.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7eba5664e..81acb266d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.20.0" +version = "1.21.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index b09c4ab20..89e18cdbd 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.20.0"; + version = "1.21.0"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;