From 4545dfca932225fc4fa112d85ff4c558e4456c52 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 17 Feb 2026 06:50:28 -0800 Subject: [PATCH] Add `manifest_version` in test.toml. Add `manifest_version` in test.toml. This isn't super important right now, and is mainly just so that if this file is ever used as an example by others, that they include a `manifest_version` too. See also [the docs] for manifest files. [the docs]: https://www.fastly.com/documentation/reference/compute/fastly-toml/ --- test.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test.toml b/test.toml index 27c472a..d442da9 100644 --- a/test.toml +++ b/test.toml @@ -1,4 +1,5 @@ # Fastly service configuration +manifest_version = 3 name = "my-compute-service" description = "Example Fastly Compute service" authors = ["paul.osborne@fastly.com"]