diff --git a/Cargo.lock b/Cargo.lock index 68e6810e1..bf533d2f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1044,7 +1044,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "1.24.6" +version = "1.25.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index c6547fd95..fe15e9511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "1.24.6" +version = "1.25.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/flake.nix b/flake.nix index 3cf83efe0..0598dcb29 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ let package = with nixpkgs; rustPlatform.buildRustPackage { pname = "nixpacks"; - version = "1.24.6"; + version = "1.25.0"; src = ./.; cargoLock = { lockFile = ./Cargo.lock;