Skip to content

Commit 2a4491b

Browse files
authored
Merge pull request #3 from pkgw/bump-bigendian-rust
bigendian/outer-provision.sh: update Rust to 1.36.0
2 parents ed15f13 + 99071fe commit 2a4491b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigendian/outer-provision.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/bash
2-
# Copyright 2018 the Tectonic Project
2+
# Copyright 2018-2019 the Tectonic Project
33
# Licensed under the MIT License.
44
#
55
# Provision the Ubuntu VM that we will use to make a PowerPC install that is
@@ -11,7 +11,7 @@ mirror=http://ports.ubuntu.com/
1111
version=xenial # last one to have ppc
1212
arch=powerpc
1313
qemu_arch=ppc
14-
rust_version=1.31.1
14+
rust_version=1.36.0
1515
root=/buildenv-$arch
1616

1717
# The basic Vagrant bionic box has a really small (2 GB) disk, and we fill it

0 commit comments

Comments
 (0)