Skip to content

Commit 8facc45

Browse files
committed
v1.58.0
1 parent d6a7f85 commit 8facc45

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ By default the working directory is `/root/src`.
3838
docker run --rm \
3939
--volume "${PWD}/sample":/root/src \
4040
--workdir /root/src \
41-
joseluisq/rust-linux-darwin-builder:1.57.0 \
41+
joseluisq/rust-linux-darwin-builder:1.58.0 \
4242
sh -c "cargo build --release"
4343
```
4444

@@ -50,7 +50,7 @@ docker run --rm \
5050
docker run --rm \
5151
--volume "${PWD}/sample":/root/src \
5252
--workdir /root/src \
53-
joseluisq/rust-linux-darwin-builder:1.57.0 \
53+
joseluisq/rust-linux-darwin-builder:1.58.0 \
5454
sh -c "cargo build --release --target x86_64-apple-darwin"
5555
```
5656

@@ -63,7 +63,7 @@ It's known that the [`CARGO_HOME`](https://doc.rust-lang.org/cargo/guide/cargo-h
6363
You can also use the image as a base for your own Dockerfile:
6464

6565
```Dockerfile
66-
FROM joseluisq/rust-linux-darwin-builder:1.57.0
66+
FROM joseluisq/rust-linux-darwin-builder:1.58.0
6767
```
6868

6969
### OSXCross
@@ -106,7 +106,7 @@ compile:
106106
@docker run --rm -it \
107107
-v $(PWD):/drone/src \
108108
-w /drone/src \
109-
joseluisq/rust-linux-darwin-builder:1.57.0 \
109+
joseluisq/rust-linux-darwin-builder:1.58.0 \
110110
make cross-compile
111111
.PHONY: compile
112112

@@ -131,12 +131,12 @@ Just run the makefile `compile` target, then you will see two release binaries `
131131
make compile
132132
# 1. Cross compiling example...
133133

134-
# rustc 1.57.0 (f1edd0429 2021-11-29)
134+
# rustc 1.58.0 (02072b482 2022-01-11)
135135
# binary: rustc
136-
# commit-hash: f1edd0429582dd29cccacaf50fd134b05593bd9c
137-
# commit-date: 2021-11-29
138-
# host: x86_64-unknown-linux-gnu
139-
# release: 1.57.0
136+
# commit-hash: 02072b482a8b5357f7fb5e5637444ae30e423c40
137+
# commit-date: 2022-01-11
138+
# host: x86_64-apple-darwin
139+
# release: 1.58.0
140140
# LLVM version: 13.0.0
141141

142142
# 2. Compiling application (linux-musl x86_64)...

0 commit comments

Comments
 (0)