From 232fe4206841d44dda43b4e21dc659d86354b1f8 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Mon, 12 Aug 2024 20:12:01 -0400 Subject: [PATCH] (cargo-release) version 1.26.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 fe8aa71cc..c5902c4ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.26.0" +version = "1.26.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0235c4b60..63aea8f34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.26.0" +version = "1.26.1" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index cf718a54d..57735584c 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.26.0"; + version = "1.26.1"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;