Skip to content

Commit b408d49

Browse files
committed
v1.58.1
1 parent 8facc45 commit b408d49

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.58.0 \
41+
joseluisq/rust-linux-darwin-builder:1.58.1 \
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.58.0 \
53+
joseluisq/rust-linux-darwin-builder:1.58.1 \
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.58.0
66+
FROM joseluisq/rust-linux-darwin-builder:1.58.1
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.58.0 \
109+
joseluisq/rust-linux-darwin-builder:1.58.1 \
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.58.0 (02072b482 2022-01-11)
134+
# rustc 1.58.1 (db9d1b20b 2022-01-20)
135135
# binary: rustc
136-
# commit-hash: 02072b482a8b5357f7fb5e5637444ae30e423c40
137-
# commit-date: 2022-01-11
138-
# host: x86_64-apple-darwin
139-
# release: 1.58.0
136+
# commit-hash: db9d1b20bba1968c1ec1fc49616d4742c1725b4b
137+
# commit-date: 2022-01-20
138+
# host: x86_64-unknown-linux-gnu
139+
# release: 1.58.1
140140
# LLVM version: 13.0.0
141141

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

0 commit comments

Comments
 (0)