From 31e28738014639cbb81f09e50b364b30606eec77 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Wed, 21 Jun 2023 15:28:44 -0400 Subject: [PATCH] (cargo-release) version 1.9.1 --- 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 dd2863b3f..4026e1b57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.9.0" +version = "1.9.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index dcb9cf87f..c31709791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.9.0" +version = "1.9.1" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index 5d0f826fe..a4b36594b 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.9.0"; + version = "1.9.1"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;