rust: bump version to 1.25.0

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Eric Le Bihan 2018-05-02 11:53:31 +02:00 committed by Thomas Petazzoni
parent 69e1e6ae84
commit 853ce4d581
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# From https://static.rust-lang.org/dist/rustc-1.23.0-src.tar.xz.sha256
sha256 7196032371b50dd5582465b3bfa79ffd783b74f0711420d99b61b26c96fb3d80 rustc-1.23.0-src.tar.xz
# From https://static.rust-lang.org/dist/rustc-1.25.0-src.tar.xz.sha256
sha256 14fcb82d5959df758aaf422539359300917217fa8420e34bd596e3fb6ed2de87 rustc-1.25.0-src.tar.xz
# Locally generated
sha256 a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2 LICENSE-APACHE
sha256 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3 LICENSE-MIT

View File

@ -4,7 +4,7 @@
#
################################################################################
RUST_VERSION = 1.23.0
RUST_VERSION = 1.25.0
RUST_SOURCE = rustc-$(RUST_VERSION)-src.tar.xz
RUST_SITE = https://static.rust-lang.org/dist
RUST_LICENSE = Apache-2.0 or MIT