summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/tcmode-default.inc
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2022-11-05 16:38:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 14:32:39 +0000
commitfa8890188e8971a5707bae1504cb010b54ed3cae (patch)
tree0b49679bd511069f67908a09c1c8eaa5c9b7263f /meta/conf/distro/include/tcmode-default.inc
parenta3b4575259fa304c596ed227ed60769b5f72f0a8 (diff)
downloadopenembedded-core-contrib-fa8890188e8971a5707bae1504cb010b54ed3cae.tar.gz
rust: update 1.64.0 -> 1.65.0
Release notes: https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta/conf/distro/include/tcmode-default.inc')
-rw-r--r--meta/conf/distro/include/tcmode-default.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index f3e282077a..154a9a4ab0 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -27,7 +27,7 @@ GOVERSION ?= "1.19%"
# This can not use wildcards like 8.0.% since it is also used in mesa to denote
# llvm version being used, so always bump it with llvm recipe version bump
LLVMVERSION ?= "15.0.1"
-RUSTVERSION ?= "1.64%"
+RUSTVERSION ?= "1.65%"
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}"