Skip to content

Commit 305b326

Browse files
committed
chore(*): bump rust version to 1.76
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 4a05df9 commit 305b326

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Rust
2727
uses: dtolnay/rust-toolchain@stable
2828
with:
29-
toolchain: 1.74
29+
toolchain: 1.76
3030

3131
- name: Install dependencies
3232
run: |
@@ -63,7 +63,7 @@ jobs:
6363
- name: Install Rust
6464
uses: dtolnay/rust-toolchain@stable
6565
with:
66-
toolchain: 1.74
66+
toolchain: 1.76
6767
targets: ${{ matrix.config.target }}
6868
- name: Install Spin
6969
uses: rajatjindal/setup-actions/spin@main

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "trigger-command"
33
version = { workspace = true }
44
authors = { workspace = true }
55
edition = { workspace = true }
6-
rust-version = "1.73"
6+
rust-version = "1.76"
77

88
[workspace.package]
99
version = "0.1.0"

0 commit comments

Comments
 (0)