Skip to content

Commit 0845bf5

Browse files
committed
Bump CI regarding MSRV
1 parent db97b73 commit 0845bf5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
with:
118118
profile: minimal
119119
# when updating this, also update rust-version in Cargo.toml
120-
toolchain: 1.31.0
120+
toolchain: 1.63.0
121121
override: true
122122
- run: cargo build
123123
- run: cargo build --features reopen-1,reopen-03,meta-logging-in-format,syslog-3
@@ -134,7 +134,7 @@ jobs:
134134
- uses: actions-rs/toolchain@v1
135135
with:
136136
profile: minimal
137-
toolchain: 1.48.0
137+
toolchain: 1.63.0
138138
override: true
139139
- run: cargo build --features date-based
140140
msrv_syslog_4:
@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions-rs/toolchain@v1
151151
with:
152152
profile: minimal
153-
toolchain: 1.51.0
153+
toolchain: 1.63.0
154154
override: true
155155
- run: cargo build --features syslog-4
156156
msrv_syslog_6:
@@ -166,7 +166,7 @@ jobs:
166166
- uses: actions-rs/toolchain@v1
167167
with:
168168
profile: minimal
169-
toolchain: 1.59.0
169+
toolchain: 1.63.0
170170
override: true
171171
- run: cargo build --features syslog-6
172172
fmt_and_clippy:

0 commit comments

Comments
 (0)