diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-17 22:59:14 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-17 22:59:14 +0800 |
| commit | a934f79d13c64ef5897653e35770b7af254911d8 (patch) | |
| tree | 9cdf983dc974014f29e27797f10f37507e427c49 /repos/extra/rust/abuild | |
| parent | 8d4193c252a4d1120eafcfcd8755de6de5ddee77 (diff) | |
| download | alicelinux-a934f79d13c64ef5897653e35770b7af254911d8.tar.gz alicelinux-a934f79d13c64ef5897653e35770b7af254911d8.zip | |
rust: updated to 1.81.0
Diffstat (limited to 'repos/extra/rust/abuild')
| -rw-r--r-- | repos/extra/rust/abuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repos/extra/rust/abuild b/repos/extra/rust/abuild index cc48221a..c6e33b76 100644 --- a/repos/extra/rust/abuild +++ b/repos/extra/rust/abuild @@ -1,9 +1,9 @@ name=rust -version=1.80.1 +version=1.81.0 ##cat src/stage0.txt -export _date=2024-06-13 -export _rustc=1.79.0 +export _date=2024-08-08 +export _rustc=1.80.1 export _cargo=$_rustc ## |