Skip to content

Commit

Permalink
Revert "Switch to wit-bindgen 0.34"
Browse files Browse the repository at this point in the history
Signed-off-by: Brian H <brian.hardock@fermyon.com>
  • Loading branch information
fibonacci1729 committed Dec 2, 2024
1 parent b6b371b commit 8e33f6c
Show file tree
Hide file tree
Showing 14 changed files with 125 additions and 155 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.76"
RUST_VERSION: "1.73"
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.76
RUST_VERSION: 1.73

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.76
RUST_VERSION: 1.73

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 8e33f6c

Please sign in to comment.