@@ -278,7 +278,7 @@ jobs:
278278
279279 License check :
280280 docker :
281- - image : cimg/rust:1.82
281+ - image : cimg/rust:1.92
282282 steps :
283283 - checkout
284284 - run :
@@ -301,7 +301,7 @@ jobs:
301301
302302 Check vendored schema :
303303 docker :
304- - image : cimg/rust:1.82
304+ - image : cimg/rust:1.92
305305 steps :
306306 - checkout
307307 - run :
@@ -331,7 +331,7 @@ jobs:
331331
332332 Check Rust formatting :
333333 docker :
334- - image : cimg/rust:1.82
334+ - image : cimg/rust:1.92
335335 steps :
336336 - checkout
337337 - run : rustup component add rustfmt
@@ -340,7 +340,7 @@ jobs:
340340
341341 Lint Rust with clippy :
342342 docker :
343- - image : cimg/rust:1.82
343+ - image : cimg/rust:1.92
344344 steps :
345345 - checkout
346346 - run : rustup component add clippy
@@ -357,7 +357,7 @@ jobs:
357357
358358 Rust tests - stable :
359359 docker :
360- - image : cimg/rust:1.82
360+ - image : cimg/rust:1.87
361361 resource_class : " medium+"
362362 steps :
363363 - test-rust
@@ -370,22 +370,22 @@ jobs:
370370
371371 Rust tests - beta :
372372 docker :
373- - image : cimg/rust:1.82
373+ - image : cimg/rust:1.87
374374 steps :
375375 - test-rust :
376376 rust-version : " beta"
377377
378378 Rust tests - minimum version :
379379 docker :
380- - image : cimg/rust:1.82
380+ - image : cimg/rust:1.87
381381 resource_class : " medium+"
382382 steps :
383383 - test-rust :
384- rust-version : " 1.82 .0"
384+ rust-version : " 1.87 .0"
385385
386386 Generate Rust documentation :
387387 docker :
388- - image : cimg/rust:1.82
388+ - image : cimg/rust:1.87
389389 steps :
390390 - checkout
391391 - run :
@@ -417,7 +417,7 @@ jobs:
417417
418418 Publish Rust crates :
419419 docker :
420- - image : cimg/rust:1.82
420+ - image : cimg/rust:1.87
421421 steps :
422422 - checkout
423423 - run :
@@ -687,7 +687,7 @@ jobs:
687687
688688 glean-swift release :
689689 docker :
690- - image : cimg/rust:1.82
690+ - image : cimg/rust:1.87
691691 steps :
692692 - checkout
693693 - attach_workspace :
0 commit comments