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 6AAA0158094 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 9EE2CE1157; Wed, 27 Jul 2022 17:40:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B310E1157 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 3FBAF341080 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 CBFFE552 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.5dced4ffc8d364df446a6a18201022b066a23a9e.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: 5dced4ffc8d364df446a6a18201022b066a23a9e 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: ddd1af4f-8c4d-485d-8b07-fcef7341c24b X-Archives-Hash: a633a1e81baa34f2e7138a0481745e60 commit: 5dced4ffc8d364df446a6a18201022b066a23a9e Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jul 27 17:35:39 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=5dced4ff set dev version 0.5.3-dev 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 7f24ba2..88e689b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "cargo-ebuild" -version = "0.5.2" +version = "0.5.3-dev" dependencies = [ "anyhow", "cargo-lock", diff --git a/Cargo.toml b/Cargo.toml index 803914c..5e20865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ebuild" -version = "0.5.2" +version = "0.5.3-dev" authors = ["Doug Goldstein "] license = "MIT/Apache-2.0" edition = "2018"