Skip to content

Commit 30511d8

Browse files
committed
Fixed viceroy installation
1 parent 00c4677 commit 30511d8

File tree

9 files changed

+85
-83
lines changed

9 files changed

+85
-83
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Add wasm32-wasi target
3838
run: rustup target add wasm32-wasip1
3939

40-
- name: Setup Viceroy
41-
run: cargo install viceroy
40+
- name: Setup Viceroy (from main since 0.14.3 is broken)
41+
run: cargo install --git https://github.com/fastly/Viceroy viceroy
4242

4343
- name: Run tests
4444
run: cargo test

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
fasltly 11.3.0
2-
rust 1.87.0
2+
rust 1.90.0
33
nodejs 24.7.0

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ cargo check
9191

9292
- `fastly.toml`: Fastly service configuration and build settings.
9393
- `trusted-server.toml`: Application settings (ad servers, KV stores, ID templates).
94-
- `rust-toolchain.toml`: Pins Rust version to 1.87.0.
94+
- `rust-toolchain.toml`: Pins Rust version to 1.90.0.
9595

9696
### Key Functionality Areas
9797

0 commit comments

Comments
 (0)