1.2: Sandboxing #7

Open
qpismont wants to merge 7 commits from 1.2 into main
Showing only changes of commit b3a0cb63e9 - Show all commits
+2 -2
View File
@@ -4,12 +4,12 @@ when:
steps:
- name: clippy
image: rust:1.96
image: rust:1.97
commands:
- rustup component add clippy
- cargo clippy
- name: test
image: rust:1.96
image: rust:1.97
commands:
- cargo test