Skip to content

Commit

Permalink
Merge pull request #44 from itowlson/wit-bindgen-0-34
Browse files Browse the repository at this point in the history
Switch to wit-bindgen 0.34
  • Loading branch information
fibonacci1729 authored Nov 19, 2024
2 parents d373a79 + 6fb8e60 commit 97803c5
Show file tree
Hide file tree
Showing 14 changed files with 155 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "README.md"

env:
RUST_VERSION: "1.73"
RUST_VERSION: "1.76"
SPIN_VERSION: ""

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "README.md"

env:
RUST_VERSION: 1.73
RUST_VERSION: 1.76

jobs:
lint-and-test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "v*"

env:
RUST_VERSION: 1.73
RUST_VERSION: 1.76

jobs:
crates:
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
- name: Publish spin-sdk to crates.io
working-directory: ./
run: |
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
Loading

0 comments on commit 97803c5

Please sign in to comment.