Skip to content

Commit b4acfe9

Browse files
committed
Update default RUST_VERSION to 1.86.0
1 parent 5d7e1c9 commit b4acfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/distro/include/rust_versions.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# include this in your distribution to easily switch between versions
22
# just by changing RUST_VERSION variable
33

4-
RUST_VERSION ?= "1.78.0"
4+
RUST_VERSION ?= "1.86.0"
55

66
PREFERRED_VERSION_cargo ?= "${RUST_VERSION}"
77
PREFERRED_VERSION_cargo-cross-canadian-${TARGET_ARCH} ?= "${RUST_VERSION}"

0 commit comments

Comments
 (0)