Skip to content

Commit d3f17aa

Browse files
Update workflows
1 parent 5c6971c commit d3f17aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
toolchain:
19-
- "1.81.0" # Current MSRV
19+
- "1.82.0" # Current MSRV
2020
- stable
2121
env:
2222
RUST_BACKTRACE: 1

.github/workflows/build-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
toolchain:
25-
- "1.81.0" # Current MSRV
25+
- "1.82.0" # Current MSRV
2626
- stable
2727
env:
2828
RUST_BACKTRACE: 1

.github/workflows/build-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
toolchain:
26-
- "1.81.0" # Current MSRV
26+
- "1.82.0" # Current MSRV
2727
- stable
2828
env:
2929
RUST_BACKTRACE: 1

.github/workflows/build-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
toolchain:
24-
- "1.81.0" # Current MSRV
24+
- "1.82.0" # Current MSRV
2525
- stable
2626
env:
2727
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)