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

19 lines
422 B

--- jiff-0.1.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ jiff-0.1.8/Cargo.toml 2024-08-22T16:15:18.035828+00:00
@@ -81,7 +81,7 @@
features = ["serde"]
[dev-dependencies.chrono-tz]
-version = "0.9.0"
+version = ">=0.8.0, <0.10.0"
[dev-dependencies.insta]
version = "1.39.0"
@@ -139,6 +139,3 @@
]
tzdb-zoneinfo = ["std"]
-[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.hifitime]
-version = "3.9.0"
-