From 09e1aa4ee86493a81d0370d542c9d4ee4811b6d6 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Thu, 14 Nov 2024 10:25:40 +0400 Subject: [PATCH] chore: Release --- 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 d09e5ecfd..c337275d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,7 +1066,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.29.0" +version = "1.29.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 7f8f44910..1e5f44d36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.29.0" +version = "1.29.1" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index af32b4ddc..8e4792384 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.29.0"; + version = "1.29.1"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;