From 56c3d3b122cef0bb56f3e6e1bc47e2dbcbae7e2f Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Thu, 5 Dec 2024 03:21:45 -0500 Subject: [PATCH] (cargo-release) version 1.30.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 c337275d4..e6ef43615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,7 +1066,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.29.1" +version = "1.30.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 1e5f44d36..c017b7e4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.29.1" +version = "1.30.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index 8e4792384..f1e0cd542 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.29.1"; + version = "1.30.0"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;