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 d7de170 commit 64e6222Copy full SHA for 64e6222
Dockerfile
@@ -1,5 +1,5 @@
1
FROM ubuntu:18.04
2
-ARG RUST_TOOLCHAIN="1.49"
+ARG RUST_TOOLCHAIN="1.46"
3
4
# Adding rust binaries to PATH.
5
ENV PATH="$PATH:/root/.cargo/bin"
README.md
@@ -53,7 +53,7 @@ Example of running cargo build on the kvm-ioctls crate:
53
54
## Available Tools
55
56
-The container currently has the Rust toolchain version 1.35.0 and Python3.6.
+The container currently has the Rust toolchain version 1.46.0 and Python3.6.
57
58
Python packages:
59
0 commit comments