From 2f5bbf818cf28db2b47697d6cdea8782f0f1b6ea Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Fri, 24 Jan 2025 02:39:04 -0500 Subject: [PATCH] (cargo-release) version 1.33.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 67b5ed748..3e3034d25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1075,7 +1075,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.32.0" +version = "1.33.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4d0967003..9f3aa8f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.32.0" +version = "1.33.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index fa0cadcb4..8ddb9ee7f 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.32.0"; + version = "1.33.0"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;