Compare commits

...

2 commits
v2.3.0 ... main

Author SHA1 Message Date
Renovate Bot
6ffa2b739c chore(deps): update docker.io/rust docker tag to v1.82.0
All checks were successful
/ test (map[name:nightly]) (push) Successful in 1m35s
/ test (map[name:stable]) (push) Successful in 2m21s
/ test (map[name:v1.81.0]) (push) Successful in 1m12s
2024-10-17 23:47:42 +00:00
870ac63268 docs: update version in examples in readme
All checks were successful
/ test (map[name:nightly]) (push) Successful in 3m54s
/ test (map[name:stable]) (push) Successful in 4m21s
/ test (map[name:v1.81.0]) (push) Successful in 1m17s
2024-10-17 19:46:14 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/rust:1.81.0-slim-bookworm
FROM docker.io/rust:1.82.0-slim-bookworm
# nodejs - runtime used by forgejo/github actions
# curl - to download cargo-binstall

View file

@ -12,10 +12,10 @@ jobs:
test:
runs-on: docker
steps:
- uses: https://git.kemitix.net/kemitix/rust@v1.80.0
- uses: https://git.kemitix.net/kemitix/rust@v2.3.0
with:
args: nightly cargo test
- uses: https://git.kemitix.net/kemitix/rust@v1.80.0
- uses: https://git.kemitix.net/kemitix/rust@v2.3.0
with:
args: v1.79.0 cargo build
```