Skip to content

Commit c38b319

Browse files
committed
Bump CI regarding MSRV
1 parent db97b73 commit c38b319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 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:

0 commit comments

Comments
 (0)