Skip to content

Commit

Permalink
Update Rust toolchain and CLI version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kailan authored Feb 9, 2021
1 parent 1f740a9 commit 0842ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.46.0 # current Rust toolchain for Compute@Edge
toolchain: 1.49.0 # current Rust toolchain for Compute@Edge
target: wasm32-wasi # WebAssembly target

- name: Deploy to Compute@Edge
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Fastly CLI
uses: fastly/compute-actions/setup@beta
with:
cli_version: '0.20.0' # optional, defaults to 'latest'
cli_version: '0.24.1' # optional, defaults to 'latest'
- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 0842ca9

Please sign in to comment.