From a60ed04d332c085a93f9627f76679d3ce64faf97 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Fri, 24 Mar 2023 22:02:40 -0400 Subject: [PATCH] (cargo-release) version 1.6.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 3190ee227..75a62ad7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,7 +1009,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.5.1" +version = "1.6.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 28d0c2d61..5291aef7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.5.1" +version = "1.6.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index 401d932e5..83e82978d 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.5.1"; + version = "1.6.0"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;