diff --git a/Cargo.lock b/Cargo.lock index 9fb75e938..593991aa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,7 +914,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "0.11.0" +version = "0.11.1" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index bc1b0c06a..75b1d9b8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "0.11.0" +version = "0.11.1" edition = "2021" license = "MIT" authors = ["Railway "]