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 b7b2821 commit bfde305Copy full SHA for bfde305
README.md
@@ -197,7 +197,7 @@ Then on each platform build with the proper feature flag:
197
Prepare the container:
198
199
```sh
200
-❯ docker run -it --rm --name rustbuilder -v "$PWD":/usr/src/myapp -w /usr/src/myapp rust:1.47.0 /bin/bash
+❯ docker run -it --rm --name rustbuilder -v "$PWD":/usr/src/myapp -w /usr/src/myapp rust:1.50.0 /bin/bash
201
❯ apt-get update
202
❯ apt-get install clang
203
❯ rustup component add rustfmt
0 commit comments