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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86456158086 for ; Thu, 7 Oct 2021 16:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7EBAE0825; Thu, 7 Oct 2021 16:23:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9AA20E0825 for ; Thu, 7 Oct 2021 16:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82A8F3433D8 for ; Thu, 7 Oct 2021 16:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5CBA138 for ; Thu, 7 Oct 2021 16:23:13 +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: <1633623781.6629129dbb59d5cf815e6e89dae1b8d9bf7930d4.gyakovlev@gentoo> Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: / X-VCS-Repository: proj/cargo-ebuild X-VCS-Files: Cargo.toml X-VCS-Directories: / X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 6629129dbb59d5cf815e6e89dae1b8d9bf7930d4 X-VCS-Branch: master Date: Thu, 7 Oct 2021 16:23:13 +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: c2159368-4a29-409f-baf8-35b7a1bb51fd X-Archives-Hash: 38379b62a467ddc01f8c506b944d8aca commit: 6629129dbb59d5cf815e6e89dae1b8d9bf7930d4 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 7 16:20:28 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 7 16:23:01 2021 +0000 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=6629129d Cargo.toml: version 0.5.0 Partially solves https://github.com/gentoo/cargo-ebuild/issues/4 Signed-off-by: Georgy Yakovlev gentoo.org> Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4140a60..3e56edb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ebuild" -version = "0.4.1-dev" +version = "0.5.0" authors = ["Doug Goldstein "] license = "MIT/Apache-2.0" edition = "2018"