image: "rust:1.45-buster" test:cargo: script: # Print version info for debugging - rustc --version && cargo --version - make test