Skip to content

Commit b6207af

Browse files
authored
Update rust lint version for CI to latest (#6091)
Moving to the latest Rust release version, [1.65.0](https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html) for CI lint.
1 parent fb0d564 commit b6207af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ jobs:
264264
runs-on: ubuntu-22.04
265265
strategy:
266266
matrix:
267-
rust_version: ['1.58.1']
267+
rust_version: ['1.65.0']
268268
cargo_raze_version: ['0.13.0']
269269
steps:
270270
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e

0 commit comments

Comments
 (0)