From 6307cc13d2111b6a432fddf62cb6ea24a162d0ff Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 7 Jan 2026 18:53:43 +0000
Subject: [PATCH] asphalt: v2.0.0-rc.1
---
bins/asphalt/README.md | 2 ++
bins/asphalt/pesde.lock | 2 +-
bins/asphalt/pesde.toml | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/bins/asphalt/README.md b/bins/asphalt/README.md
index 912a5a17..4ebf00eb 100644
--- a/bins/asphalt/README.md
+++ b/bins/asphalt/README.md
@@ -96,6 +96,8 @@ Asphalt is configured with a project file called `asphalt.toml`. It is required
See an example
```toml
+#:schema https://raw.githubusercontent.com/jackTabsCode/asphalt/refs/heads/main/schema.json
+
[creator]
type = "user"
id = 9670971
diff --git a/bins/asphalt/pesde.lock b/bins/asphalt/pesde.lock
index 1a98a226..0ccb9422 100644
--- a/bins/asphalt/pesde.lock
+++ b/bins/asphalt/pesde.lock
@@ -2,7 +2,7 @@
# It is not intended for manual editing.
format = 2
name = "pesde/asphalt"
-version = "1.2.0"
+version = "2.0.0-rc.1"
target = "lune"
[graph."0x5eal/unzip@0.2.0 luau".pkg_ref]
diff --git a/bins/asphalt/pesde.toml b/bins/asphalt/pesde.toml
index 4426e029..e41338c6 100644
--- a/bins/asphalt/pesde.toml
+++ b/bins/asphalt/pesde.toml
@@ -1,5 +1,5 @@
name = "pesde/asphalt"
-version = "1.2.0"
+version = "2.0.0-rc.1"
description = "An assets-as-files tool for Roblox"
authors = ["CompeyDev ", "Jack T "]
repository = "https://github.com/pesde-pkg/tooling/tree/main/bins/asphalt"