From 2c4c61c4a4e53835013933774ec112ba3f32159f Mon Sep 17 00:00:00 2001 From: Jiajie Li Date: Tue, 13 Jul 2021 10:16:08 +0800 Subject: [PATCH] test pr Signed-off-by: Jiajie Li --- rust.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 6f8982d..71d6fc7 100644 --- a/rust.spec +++ b/rust.spec @@ -12,7 +12,7 @@ %bcond_without lldb Name: rust Version: 1.51.0 -Release: 4 +Release: 5 Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) URL: https://www.rust-lang.org @@ -465,6 +465,9 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Tue Jul 13 2021 Jiajie Li - 1.51.0-5 +- test PR + * Thu 24 Jun 2021 sunguoshuai - 1.51.0-4 - fix a println wrong format -- Gitee