Switch to patched tzdir

This fixes today not respecting the TZDIR environment variable, which is
necessary since NixOS uses a nonstandard time zone data location.
This commit is contained in:
Joscha 2021-12-29 00:53:27 +01:00
parent f9dbc0db01
commit 8af268bd68
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View file

@ -455,8 +455,7 @@ checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
[[package]]
name = "tzfile"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f59c22c42a2537e4c7ad21a4007273bbc5bebed7f36bc93730a5780e22a4592e"
source = "git+https://github.com/Garmelon/tzfile.git?branch=tzdir#a2a4775fdb2a24f33f616ca6289d715f647d53c2"
dependencies = [
"byteorder",
"chrono",