diff --git a/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.46.0.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.46.0.ebuild index bce1569089..78ff2f63df 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.46.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-lang/rust/rust-1.46.0.ebuild @@ -21,7 +21,7 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi -RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).1" +RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" DESCRIPTION="Systems programming language from Mozilla" HOMEPAGE="https://www.rust-lang.org/"