Update continuous integration image to Rust 1.86
All checks were successful
/ test (pull_request) Successful in 3m12s

This commit is contained in:
Aaron Fenyes 2025-05-06 10:27:03 -07:00
parent 3dd6303e99
commit f9ff1c0f43

View file

@ -11,7 +11,7 @@ jobs:
test: test:
runs-on: docker runs-on: docker
container: container:
image: cimg/rust:1.85-node image: cimg/rust:1.86-node
defaults: defaults:
run: run:
# set the default working directory for each `run` step, relative to the # set the default working directory for each `run` step, relative to the