rust-just/just-fix-metadata.diff

36 lines
738 B
Diff
Raw Normal View History

2023-01-23 15:27:02 +00:00
--- just-1.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ just-1.12.0/Cargo.toml 2023-01-02T17:35:08+00:00
2023-01-25 14:43:31 +00:00
@@ -20,6 +20,13 @@ name = "just"
"/icon.png",
"/screenshot.png",
"/www",
+ "/Vagrantfile",
+ "/bin",
+ "/completions",
2022-10-20 03:43:59 +00:00
+ "/examples",
+ "/extras",
+ "/justfile",
+ "/snapcraft.yaml",
]
autotests = false
2023-01-25 14:43:31 +00:00
description = "🤖 Just a command runner"
2023-01-07 02:39:29 +00:00
@@ -75,7 +82,7 @@ version = "0.15"
version = "2.0.0"
[dependencies.env_logger]
-version = "0.10.0"
+version = "0.9.3"
[dependencies.heck]
version = "0.4.0"
@@ -132,9 +139,6 @@ version = "0.1.0"
version = "1.0.0"
features = ["v4"]
-[dev-dependencies.cradle]
-version = "0.2.0"
-
[dev-dependencies.executable-path]
version = "1.0.0"