Skip to content

Commit 5dd8765

Browse files
committed
v1.47.0
1 parent 8bd2735 commit 5dd8765

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"rust-analyzer.linkedProjects": [
3+
"tests/hello-world/Cargo.toml"
4+
]
5+
}

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
184184
org.opencontainers.image.url="https://github.com/joseluisq/rust-linux-darwin-builder" \
185185
org.opencontainers.image.title="Rust Linux / Darwin Builder" \
186186
org.opencontainers.image.description="Use same Docker image for compiling Rust programs for Linux (musl libc) & macOS (osxcross)." \
187-
org.opencontainers.image.version="v1.46.0" \
187+
org.opencontainers.image.version="v1.47.0" \
188188
org.opencontainers.image.documentation="https://github.com/joseluisq/rust-linux-darwin-builder"

tests/hello-world/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)