diff --git a/.abf.yml b/.abf.yml index 16b28e9..0a43f17 100644 --- a/.abf.yml +++ b/.abf.yml @@ -11,7 +11,11 @@ sources: 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 + rust-1.65.0-aarch64-unknown-linux-gnu.tar.xz: 2444866d48e8baca060afa13ebc72cc9f946d96f + rust-1.65.0-i686-unknown-linux-gnu.tar.xz: f69e3ff1448390d04fa4588140198ec37b80f1eb + rust-1.65.0-x86_64-unknown-linux-gnu.tar.xz: d581f8c81a89d40970740ccaaf761622468d189f 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 + rustc-1.65.0-src.tar.xz: 920c591d3eff79705ada847aac7f77fa616dc40f diff --git a/rust.spec b/rust.spec index 263bc96..d49e001 100644 --- a/rust.spec +++ b/rust.spec @@ -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.58.1 -%define bootstrap_cargo 1.58.1 -%define bootstrap_date 2022-01-20 +%define bootstrap_rust 1.65.0 +%define bootstrap_cargo 1.65.0 +%define bootstrap_date 2022-11-03 %define _libexecdir /usr/libexec @@ -66,7 +66,7 @@ Summary: The Rust Programming Language Name: rust -Version: 1.59.0 +Version: 1.65.0 Release: 1 License: (ASL 2.0 or MIT) and (BSD and MIT) Group: Development/Rust