Fix Rust image in test pipeline

This commit is contained in:
2023-03-10 10:55:30 +01:00
parent 25bd6cc69d
commit 2fb71a3969

View File

@@ -15,7 +15,7 @@ steps:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
- name: test
image: rust:1.67
image: rust:1.68
commands:
- cargo test --all-features
volumes: