diff options
author | Eric Le Bihan <eric.le.bihan.dev@free.fr> | 2018-10-18 22:58:33 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-20 19:20:45 +0200 |
commit | 6ff93f0800a8a8206afad8fcb7eed77e8430bf6c (patch) | |
tree | 55298eca95308256afe0a609c0d36f00f8148c66 /package/rust-bin/rust-bin.mk | |
parent | 62d5558f76a790d1c1b3a1834f1736dc86b6e34f (diff) | |
download | buildroot-6ff93f0800a8a8206afad8fcb7eed77e8430bf6c.tar.gz buildroot-6ff93f0800a8a8206afad8fcb7eed77e8430bf6c.zip |
rust-bin: bump version to 1.29.2
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/rust-bin/rust-bin.mk')
-rw-r--r-- | package/rust-bin/rust-bin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rust-bin/rust-bin.mk b/package/rust-bin/rust-bin.mk index 7011e188bd..624ec94b40 100644 --- a/package/rust-bin/rust-bin.mk +++ b/package/rust-bin/rust-bin.mk @@ -4,7 +4,7 @@ # ################################################################################ -RUST_BIN_VERSION = 1.27.2 +RUST_BIN_VERSION = 1.29.2 RUST_BIN_SITE = https://static.rust-lang.org/dist RUST_BIN_LICENSE = Apache-2.0 or MIT RUST_BIN_LICENSE_FILES = LICENSE-APACHE LICENSE-MIT |