Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastly 15.1.0
rust 1.95.0
nodejs 24.12.0
viceroy 0.17.0
wasmtime 44.0.1
fastly 16.0.0
rust 1.98.1
nodejs 24.20.0
viceroy 0.21.0
wasmtime 48.0.1
14 changes: 7 additions & 7 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Supporting files: `edgezero.toml`, `fastly.toml`,

| Tool | Version / Target |
| ----------- | ---------------------------------------- |
| Rust | 1.95.0 (pinned in `rust-toolchain.toml`) |
| Rust | 1.98.1 (pinned in `rust-toolchain.toml`) |
| WASM target | `wasm32-wasip1` |
| Node | 24.12.0 (from `.tool-versions`) |
| Fastly CLI | 15.1.0 (from `.tool-versions`) |
| Viceroy | 0.17.0 (from `.tool-versions`) |
| Wasmtime | 44.0.1 (from `.tool-versions`) |
| Node | 24.20.0 (from `.tool-versions`) |
| Fastly CLI | 16.0.0 (from `.tool-versions`) |
| Viceroy | 0.21.0 (from `.tool-versions`) |
| Wasmtime | 48.0.1 (from `.tool-versions`) |

---

Expand Down Expand Up @@ -142,7 +142,7 @@ cd crates/trusted-server-js/lib && node build-all.mjs
### Install prerequisites

```bash
cargo install viceroy --version 0.17.0 --locked --force
cargo install viceroy --version 0.21.0 --locked --force
```

---
Expand Down Expand Up @@ -329,7 +329,7 @@ IntegrationRegistration::builder(ID)
| `fastly.toml` | Fastly service configuration and build settings |
| `trusted-server.example.toml` | Source-controlled Trusted Server app-config template |
| `trusted-server.toml` | Operator-owned app config; gitignored; `ts config push` publishes it as an EdgeZero blob envelope |
| `rust-toolchain.toml` | Pins Rust version to 1.95.0 |
| `rust-toolchain.toml` | Pins Rust version to 1.98.1 |
| `.env.dev` | Local development environment variables |

---
Expand Down
Loading
Loading