Skip to content

Commit

Permalink
Merge pull request #73 from fastly/bump-sdk-version
Browse files Browse the repository at this point in the history
Bump Compute SDK version.
  • Loading branch information
kpfleming authored Jan 16, 2025
2 parents c5f4cff + b5eb194 commit fec026d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,15 @@ jobs:
test:
strategy:
matrix:
rust-toolchain: [stable]
rust-toolchain: [1.83.0]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
environment: test
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust-toolchain }}
uses: dtolnay/[email protected]
- name: Add wasm32-wasi Rust target
run: rustup target add wasm32-wasi --toolchain ${{ matrix.rust-toolchain }}
- name: Cache cargo registry
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ publish = false
debug = 1

[dependencies]
fastly = "0.10.0"
fastly = "0.11.0"
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
channel = "1.83.0"
targets = [ "wasm32-wasi" ]

0 comments on commit fec026d

Please sign in to comment.