Skip to content

Commit 97803c5

Browse files
Merge pull request #44 from itowlson/wit-bindgen-0-34
Switch to wit-bindgen 0.34
2 parents d373a79 + 6fb8e60 commit 97803c5

File tree

14 files changed

+155
-125
lines changed

14 files changed

+155
-125
lines changed

.github/workflows/build-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "README.md"
1111

1212
env:
13-
RUST_VERSION: "1.73"
13+
RUST_VERSION: "1.76"
1414
SPIN_VERSION: ""
1515

1616
jobs:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "README.md"
1010

1111
env:
12-
RUST_VERSION: 1.73
12+
RUST_VERSION: 1.76
1313

1414
jobs:
1515
lint-and-test:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "v*"
99

1010
env:
11-
RUST_VERSION: 1.73
11+
RUST_VERSION: 1.76
1212

1313
jobs:
1414
crates:
@@ -39,4 +39,4 @@ jobs:
3939
- name: Publish spin-sdk to crates.io
4040
working-directory: ./
4141
run: |
42-
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
42+
cargo publish --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)