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-timeago/timeago-fix-metadata.diff

26 lines
508 B

--- timeago-0.4.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ timeago-0.4.2/Cargo.toml 2023-09-18T21:46:53.398582+00:00
@@ -18,6 +18,7 @@
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/vi/timeago"
+autobins = false
[package.metadata.docs.rs]
features = [
@@ -30,14 +31,9 @@
version = "0.4"
optional = true
-[dependencies.isolang]
-version = "2"
-optional = true
-
[features]
default = [
"translations",
- "isolang",
"chrono",
]
translations = []