From bc0b074a12f5061b37aca4f9e2e88b5509e6a960 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Sun, 4 Aug 2024 10:24:20 +0800 Subject: rust: updated to 1.80.0 --- repos/extra/rust/abuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'repos/extra/rust/abuild') diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild index 7ef3e9bf..c5e9e5c5 100644 --- a/repos/extra/rust/abuild +++ b/repos/extra/rust/abuild @@ -1,9 +1,9 @@ name=rust -version=1.79.0 +version=1.80.0 ##cat src/stage0.txt -export _date=2024-05-02 -export _rustc=1.78.0 +export _date=2024-06-13 +export _rustc=1.79.0 export _cargo=$_rustc ## @@ -90,7 +90,7 @@ EOF mkdir "$SRC/rust" export RUST_BACKTRACE=1 - python x.py build + #python x.py build python x.py install rm -rf $PKG/usr/lib/rustlib/src/ \ -- cgit v1.2.3