rust_versions.inc: switch the default version to 1.49.0

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2021-02-07 20:25:03 +01:00
parent c976184935
commit 71538c8762

View File

@@ -1,7 +1,7 @@
# include this in your distribution to easily switch between versions
# just by changing RUST_VERSION variable
RUST_VERSION ?= "1.47.0"
RUST_VERSION ?= "1.49.0"
PREFERRED_VERSION_cargo ?= "${RUST_VERSION}"
PREFERRED_VERSION_cargo-native ?= "${RUST_VERSION}"