From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37A96158094 for ; Wed, 27 Jul 2022 17:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FAD3E1156; Wed, 27 Jul 2022 17:40:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29E0DE1156 for ; Wed, 27 Jul 2022 17:40:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F87D34107E for ; Wed, 27 Jul 2022 17:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B98B854C for ; Wed, 27 Jul 2022 17:40:23 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1658943611.71b641a26d18abb11bdb5974ea87130eb75d44aa.gyakovlev@gentoo> Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: / X-VCS-Repository: proj/cargo-ebuild X-VCS-Files: Cargo.lock Cargo.toml X-VCS-Directories: / X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 71b641a26d18abb11bdb5974ea87130eb75d44aa X-VCS-Branch: master Date: Wed, 27 Jul 2022 17:40:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2bf38725-f4b5-4827-aeaa-ef566731a80a X-Archives-Hash: d83289a3d5eb6ba7ef0cc6b3b80056ad commit: 71b641a26d18abb11bdb5974ea87130eb75d44aa Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jul 27 17:34:52 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jul 27 17:40:11 2022 +0000 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=71b641a2 version 0.5.2 Signed-off-by: Georgy Yakovlev gentoo.org> Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f37e9c4..7f24ba2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "cargo-ebuild" -version = "0.5.2-dev" +version = "0.5.2" dependencies = [ "anyhow", "cargo-lock", diff --git a/Cargo.toml b/Cargo.toml index 0302dc1..803914c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ebuild" -version = "0.5.2-dev" +version = "0.5.2" authors = ["Doug Goldstein "] license = "MIT/Apache-2.0" edition = "2018"