From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: /
Date: Fri, 8 Apr 2022 00:56:26 +0000 (UTC) [thread overview]
Message-ID: <1649379372.0b11ea374e0ae2434810e3671dc382ff5b468a14.gyakovlev@gentoo> (raw)
commit: 0b11ea374e0ae2434810e3671dc382ff5b468a14
Author: Leonardo Neumann <leonardo <AT> neumann <DOT> dev <DOT> br>
AuthorDate: Fri Mar 25 21:24:07 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr 8 00:56:12 2022 +0000
URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=0b11ea37
Cargo.toml: Add and enable vendored-libgit2 feature
Closes: gentoo#20
Signed-off-by: Leonardo Neumann <leonardo <AT> neumann.dev.br>
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Cargo.toml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index a66ede1..4058bf8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,13 +29,20 @@ cargo_metadata = "0.14.2"
itertools = "0.10.3"
rustsec = "0.25.1"
structopt = "0.3.26"
-serde = { version = "1.0.136", features = ["derive"] }
time = "0.3.9"
[dependencies.phf]
version = "0.10.1"
features = ["macros"]
+[dependencies.serde]
+version = "1.0.136"
+features = ["derive"]
+
[dependencies.tera]
version = "1.15.0"
default-features = false
+
+[features]
+default = ["vendored-libgit2"]
+vendored-libgit2 = ["rustsec/vendored-libgit2"]
next reply other threads:[~2022-04-08 0:56 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-08 0:56 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-04 20:23 [gentoo-commits] proj/cargo-ebuild:master commit in: / Georgy Yakovlev
2023-01-04 20:23 Georgy Yakovlev
2023-01-04 19:51 Georgy Yakovlev
2023-01-04 19:51 Georgy Yakovlev
2022-11-08 19:50 Georgy Yakovlev
2022-07-27 17:40 Georgy Yakovlev
2022-07-27 17:40 Georgy Yakovlev
2022-04-08 1:14 Georgy Yakovlev
2022-04-08 0:56 Georgy Yakovlev
2022-04-08 0:56 Georgy Yakovlev
2022-04-08 0:56 Georgy Yakovlev
2021-10-07 19:03 Georgy Yakovlev
2021-10-07 19:03 Georgy Yakovlev
2021-10-07 19:03 Georgy Yakovlev
2021-10-07 17:26 Georgy Yakovlev
2021-10-07 16:25 Georgy Yakovlev
2021-10-07 16:23 Georgy Yakovlev
2021-10-07 16:23 Georgy Yakovlev
2021-08-26 7:51 Georgy Yakovlev
2021-08-26 7:51 Georgy Yakovlev
2021-08-25 15:35 Georgy Yakovlev
2021-08-25 15:35 Georgy Yakovlev
2021-08-25 15:35 Georgy Yakovlev
2021-08-02 6:57 Georgy Yakovlev
2021-06-19 22:34 Georgy Yakovlev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1649379372.0b11ea374e0ae2434810e3671dc382ff5b468a14.gyakovlev@gentoo \
--to=gyakovlev@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox