Skip to content

Commit 64e6222

Browse files
andreeaflorescualexandruag
authored andcommitted
use Rust 1.46 instead of 1.49
Rust 1.49 does not work on the aarch64-musl target. Fixes: #38 Signed-off-by: Andreea Florescu <[email protected]>
1 parent d7de170 commit 64e6222

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:18.04
2-
ARG RUST_TOOLCHAIN="1.49"
2+
ARG RUST_TOOLCHAIN="1.46"
33

44
# Adding rust binaries to PATH.
55
ENV PATH="$PATH:/root/.cargo/bin"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Example of running cargo build on the kvm-ioctls crate:
5353

5454
## Available Tools
5555

56-
The container currently has the Rust toolchain version 1.35.0 and Python3.6.
56+
The container currently has the Rust toolchain version 1.46.0 and Python3.6.
5757

5858
Python packages:
5959

0 commit comments

Comments
 (0)