You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-below-common/below-common-fix-metadata.diff

24 lines
477 B

--- below-common-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ below-common-0.6.3/Cargo.toml 2023-01-18T18:12:10.289873+00:00
@@ -35,7 +35,7 @@
default-features = false
[dependencies.cursive]
-version = "0.19.0"
+version = "0.20.0"
features = ["crossterm-backend"]
default-features = false
@@ -47,11 +47,6 @@
[dependencies.regex]
version = "1.5.4"
-features = [
- "std",
- "unicode-perl",
-]
-default-features = false
[dependencies.slog]
version = "2.7"