diff --git a/Cargo.lock b/Cargo.lock index 5ef2b7c11..2cb5e8036 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -947,7 +947,7 @@ dependencies = [ [[package]] name = "nixpacks" -version = "0.17.0" +version = "1.0.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 35ee1d434..a86eda110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nixpacks" -version = "0.17.0" +version = "1.0.0" edition = "2021" license = "MIT" authors = ["Railway "]