From 1274216c1eeaf31915c2d17c3d2ab9e5f5604f6c Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Wed, 24 May 2023 16:29:22 -0400 Subject: [PATCH] (cargo-release) version 1.8.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 f4e56dc0c..f84032a2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.7.0" +version = "1.8.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 34250fb8f..1d35e60b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.7.0" +version = "1.8.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index 1df7dd08b..50d1b0539 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.7.0"; + version = "1.8.0"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;