diff --git a/conf/distro/include/rust_versions.inc b/conf/distro/include/rust_versions.inc index 79c9e8f..8e328a7 100644 --- a/conf/distro/include/rust_versions.inc +++ b/conf/distro/include/rust_versions.inc @@ -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}"