File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
test :
5
5
strategy :
6
6
matrix :
7
- rust-toolchain : [stable ]
7
+ rust-toolchain : [1.83.0 ]
8
8
platform : [ubuntu-latest]
9
9
runs-on : ${{ matrix.platform }}
10
10
environment : test
11
11
steps :
12
12
- name : Checkout code
13
13
uses : actions/checkout@v3
14
14
- name : Install Rust
15
- uses : dtolnay/rust-toolchain@stable
16
- with :
17
- toolchain : ${{ matrix.rust-toolchain }}
15
+ uses : dtolnay/rust-toolchain@1.83.0
18
16
- name : Add wasm32-wasi Rust target
19
17
run : rustup target add wasm32-wasi --toolchain ${{ matrix.rust-toolchain }}
20
18
- name : Cache cargo registry
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ publish = false
10
10
debug = 1
11
11
12
12
[dependencies ]
13
- fastly = " 0.10 .0"
13
+ fastly = " 0.11 .0"
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " stable "
2
+ channel = " 1.83.0 "
3
3
targets = [ " wasm32-wasi" ]
You can’t perform that action at this time.
0 commit comments