Rust Init #6

Merged
lukas merged 15 commits from rust-init into main 2023-11-20 16:40:55 +01:00
Showing only changes of commit c4241dd005 - Show all commits

View File

@ -6,7 +6,7 @@ platform:
steps:
- name: test
image: rust:1.66.1
image: ${RUST_IMAGE}
commands:
- rustc --version
- cargo --version
@ -21,7 +21,7 @@ platform:
steps:
- name: test
image: rust:1.66.1
image: ${RUST_IMAGE}
commands:
- rustc --version
- cargo --version