Skip to content

Commit b8ec7fb

Browse files
authored
Merge pull request #28 from rust-lang-nursery/1.26.1
Update to 1.26.1
2 parents 0fe1765 + 4109098 commit b8ec7fb

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

Diff for: .travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: bash
22
services: docker
33

44
env:
5-
- VERSION=1.26.0 VARIANT=stretch/slim
6-
- VERSION=1.26.0 VARIANT=stretch
7-
- VERSION=1.26.0 VARIANT=jessie/slim
8-
- VERSION=1.26.0 VARIANT=jessie
5+
- VERSION=1.26.1 VARIANT=stretch/slim
6+
- VERSION=1.26.1 VARIANT=stretch
7+
- VERSION=1.26.1 VARIANT=jessie/slim
8+
- VERSION=1.26.1 VARIANT=jessie
99

1010
install:
1111
- git clone https://github.com/docker-library/official-images.git ~/official-images

Diff for: 1.26.0/jessie/Dockerfile renamed to 1.26.1/jessie/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:jessie
33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \
55
PATH=/usr/local/cargo/bin:$PATH \
6-
RUST_VERSION=1.26.0
6+
RUST_VERSION=1.26.1
77

88
RUN set -eux; \
99
\

Diff for: 1.26.0/jessie/slim/Dockerfile renamed to 1.26.1/jessie/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:jessie-slim
33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \
55
PATH=/usr/local/cargo/bin:$PATH \
6-
RUST_VERSION=1.26.0
6+
RUST_VERSION=1.26.1
77

88
RUN set -eux; \
99
apt-get update; \
File renamed without changes.
File renamed without changes.

Diff for: 1.26.0/stretch/Dockerfile renamed to 1.26.1/stretch/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM buildpack-deps:stretch
33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \
55
PATH=/usr/local/cargo/bin:$PATH \
6-
RUST_VERSION=1.26.0
6+
RUST_VERSION=1.26.1
77

88
RUN set -eux; \
99
\

Diff for: 1.26.0/stretch/slim/Dockerfile renamed to 1.26.1/stretch/slim/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:stretch-slim
33
ENV RUSTUP_HOME=/usr/local/rustup \
44
CARGO_HOME=/usr/local/cargo \
55
PATH=/usr/local/cargo/bin:$PATH \
6-
RUST_VERSION=1.26.0
6+
RUST_VERSION=1.26.1
77

88
RUN set -eux; \
99
apt-get update; \

Diff for: generate-stackbrew-library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -Eeuo pipefail
33

44
declare -A aliases=(
5-
[1.26.0]='1 1.26 latest'
5+
[1.26.1]='1 1.26 latest'
66
)
77

88
defaultDebianSuite='stretch'

0 commit comments

Comments
 (0)