Skip to content

Commit 1efb8a5

Browse files
committed
Use crates.io zoneinfo_compiled
Fixes ogham#189, for ogham#132.
1 parent d4bbfb3 commit 1efb8a5

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

Cargo.lock

Lines changed: 17 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ path = "src/exa.rs"
2424

2525
[dependencies]
2626
ansi_term = "0.8.0"
27-
datetime = "0.4.3"
27+
datetime = "0.4.5"
2828
env_logger = "0.3"
2929
getopts = "0.2.14"
3030
glob = "0.2"
@@ -40,6 +40,7 @@ term_grid = "0.1.6"
4040
term_size = "0.3.0"
4141
unicode-width = "0.1.4"
4242
users = "0.5.2"
43+
zoneinfo_compiled = "0.4.5"
4344

4445
[features]
4546
default = [ "git" ]
@@ -55,6 +56,3 @@ panic = "abort"
5556
version = "0.6.4"
5657
optional = true
5758
default-features = false
58-
59-
[dependencies.zoneinfo_compiled]
60-
git = "https://github.com/rust-datetime/zoneinfo-compiled.git"

0 commit comments

Comments
 (0)