aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiezhiko <Miezhiko@gmail.com>2021-09-22 15:10:28 +0400
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-07 09:21:54 -0700
commit02ddf334369229a1f7aab44a8e919a954e2124c5 (patch)
tree112686604ed98dfa51fbf66ccc6fc2fd075ee4f6 /Cargo.toml
parentset development version to 0.4.1-dev (diff)
downloadcargo-ebuild-02ddf334369229a1f7aab44a8e919a954e2124c5.tar.gz
cargo-ebuild-02ddf334369229a1f7aab44a8e919a954e2124c5.tar.bz2
cargo-ebuild-02ddf334369229a1f7aab44a8e919a954e2124c5.zip
package-name option support, it needs for Cargo.toml without root package
Signed-off-by: Miezhiko <Miezhiko@gmail.com> Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 902d237..4140a60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,10 +30,10 @@ itertools = "^0.10"
rustsec = "0.24.2"
structopt = "^0.3"
serde = { version = "1.0", features = ["derive"] }
-time = "^0.2"
+time = "^0.3"
[dependencies.phf]
-version = "0.9"
+version = "0.10"
features = ["macros"]
[dependencies.tera]