mirror of
https://abf.rosa.ru/djam/rust.git
synced 2025-02-23 09:52:52 +00:00
Update to 1.51.0
This commit is contained in:
parent
ead0adbd1c
commit
cd609de194
2 changed files with 8 additions and 4 deletions
4
.abf.yml
4
.abf.yml
|
@ -2,4 +2,8 @@ sources:
|
|||
rust-1.48.0-aarch64-unknown-linux-gnu.tar.xz: bd1b871f9b1b1f18eaab6efe0dbbbc9113abb6ce
|
||||
rust-1.48.0-i686-unknown-linux-gnu.tar.xz: 171925897bf4bc76c409fca4065076c262fe3a6a
|
||||
rust-1.48.0-x86_64-unknown-linux-gnu.tar.xz: 209a18fd803e2ae04398a7df0e150623121e8758
|
||||
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
|
||||
rustc-1.49.0-src.tar.xz: f6f4d4e41694935511097c3913d9f720d5e606f8
|
||||
rustc-1.51.0-src.tar.xz: 3a88f9fa4c3e0ef74ce8396ad80121fd0b6cb349
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
# 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.48.0
|
||||
%define bootstrap_cargo 1.48.0
|
||||
%define bootstrap_rust 1.51.0
|
||||
%define bootstrap_cargo 1.51.0
|
||||
%define bootstrap_date 2020-10-08
|
||||
|
||||
%bcond_without bootstrap
|
||||
|
@ -64,7 +64,7 @@
|
|||
|
||||
Summary: The Rust Programming Language
|
||||
Name: rust
|
||||
Version: 1.49.0
|
||||
Version: 1.51.0
|
||||
Release: 1
|
||||
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
||||
Group: Development/Rust
|
||||
|
@ -219,7 +219,7 @@ which allows easier debugging of Rust programs.
|
|||
Summary: Rust's package manager and build tool
|
||||
Group: Development/Rust
|
||||
# For tests:
|
||||
BuildRequires: git
|
||||
BuildRequires: git-core
|
||||
# Cargo is not much use without Rust
|
||||
Requires: rust
|
||||
Obsoletes: cargo < 1.26.0-1
|
||||
|
|
Loading…
Add table
Reference in a new issue