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

19 lines
416 B

--- jiff-0.1.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ jiff-0.1.15/Cargo.toml 2024-12-08T19:53:29.866324+00:00
@@ -85,7 +85,7 @@
features = ["serde"]
[dev-dependencies.chrono-tz]
-version = "0.9.0"
+version = ">=0.9,<0.11"
[dev-dependencies.icu]
version = "1.5.0"
@@ -147,6 +147,3 @@
]
tzdb-zoneinfo = ["std"]
-[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.hifitime]
-version = "3.9.0"
-