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 8314F158010 for ; Wed, 4 Jan 2023 20:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95761E0794; Wed, 4 Jan 2023 20:23:47 +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 81170E0794 for ; Wed, 4 Jan 2023 20:23:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id AA361340ECB for ; Wed, 4 Jan 2023 20:23:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF9BA7FC for ; Wed, 4 Jan 2023 20:23:44 +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: <1672863772.cd2b45c311be01f7a1785894773c69702a337716.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: cd2b45c311be01f7a1785894773c69702a337716 X-VCS-Branch: master Date: Wed, 4 Jan 2023 20:23:44 +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: c4a431be-ee4c-4bfe-a981-099c8896c5c4 X-Archives-Hash: 78b198a42219f9299b197a435ab28c21 commit: cd2b45c311be01f7a1785894773c69702a337716 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jan 4 20:22:01 2023 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jan 4 20:22:52 2023 +0000 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=cd2b45c3 version 0.5.4 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 48c1c4a..305291b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "cargo-ebuild" -version = "0.5.3" +version = "0.5.4" dependencies = [ "anyhow", "cargo-lock", diff --git a/Cargo.toml b/Cargo.toml index a567c66..fa6ba58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-ebuild" -version = "0.5.3" +version = "0.5.4" authors = ["Doug Goldstein "] license = "MIT/Apache-2.0" edition = "2018"