We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503d560 commit 1e91ce8Copy full SHA for 1e91ce8
.github/workflows/coverage.yml
@@ -13,7 +13,7 @@ env:
13
# renovate: datasource=crate depName=diesel_cli versioning=semver
14
DIESEL_CLI_VERSION: 2.1.1
15
# renovate: datasource=github-releases depName=rust lookupName=rust-lang/rust
16
- RUST_VERSION: 1.72.1
+ RUST_VERSION: 1.73.0
17
18
jobs:
19
coverage:
backend.Dockerfile
@@ -1,5 +1,5 @@
1
2
-ARG RUST_VERSION=1.72.1
+ARG RUST_VERSION=1.73.0
3
4
FROM rust:$RUST_VERSION
5
0 commit comments