Xml metadata embedding

This commit is contained in:
Wataru Otsubo 2025-02-12 13:10:48 +00:00
parent f714b42249
commit 9555b743f9
11 changed files with 161 additions and 62 deletions

View file

@ -21,7 +21,7 @@ stages: # List of stages for jobs, and their order of execution
- test
.setup-rust:
image: rust:latest
image: registry.cern.ch/docker.io/library/rust:latest
before_script:
- rustup component add clippy rustfmt