mirror of
https://abf.rosa.ru/djam/rust.git
synced 2025-02-23 18:02:53 +00:00
1.59.0
This commit is contained in:
parent
d07574db48
commit
debc2f7204
2 changed files with 8 additions and 4 deletions
4
.abf.yml
4
.abf.yml
|
@ -8,6 +8,10 @@ sources:
|
|||
rust-1.51.0-aarch64-unknown-linux-gnu.tar.xz: bf137044b40d65e15b91b9a4982061032f487d17
|
||||
rust-1.51.0-i686-unknown-linux-gnu.tar.xz: a878a33c7df203c432715b2315e960b810aaa115
|
||||
rust-1.51.0-x86_64-unknown-linux-gnu.tar.xz: ef5d52140e1f79f06bde8ca696fb3deec69f437a
|
||||
rust-1.58.1-aarch64-unknown-linux-gnu.tar.xz: 41a0ed8ba864aab1562b4c1460b55c7d55f35c5b
|
||||
rust-1.58.1-i686-unknown-linux-gnu.tar.xz: a866333996a09f989deb5fc772fe56cb480b7aa9
|
||||
rust-1.58.1-x86_64-unknown-linux-gnu.tar.xz: d781944548f19e963e3c4cf8ebe7bcf2ed339e36
|
||||
rustc-1.49.0-src.tar.xz: f6f4d4e41694935511097c3913d9f720d5e606f8
|
||||
rustc-1.51.0-src.tar.xz: 3a88f9fa4c3e0ef74ce8396ad80121fd0b6cb349
|
||||
rustc-1.52.0-src.tar.xz: 3251172114c36c9d0a684e1662c2c5df77a0dc6d
|
||||
rustc-1.59.0-src.tar.xz: 6b4d78a09afcba3ece6f4f535360cf889eba00a2
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
# e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
|
||||
# or nightly wants some beta-YYYY-MM-DD
|
||||
# Note that cargo matches the program version here, not its crate version.
|
||||
%define bootstrap_rust 1.51.0
|
||||
%define bootstrap_cargo 1.51.0
|
||||
%define bootstrap_date 2020-10-08
|
||||
%define bootstrap_rust 1.58.1
|
||||
%define bootstrap_cargo 1.58.1
|
||||
%define bootstrap_date 2022-01-20
|
||||
|
||||
%define _libexecdir /usr/libexec
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
|||
|
||||
Summary: The Rust Programming Language
|
||||
Name: rust
|
||||
Version: 1.52.0
|
||||
Version: 1.59.0
|
||||
Release: 1
|
||||
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
||||
Group: Development/Rust
|
||||
|
|
Loading…
Add table
Reference in a new issue