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;