Просмотр исходного кода

Bump zoneinfo_compiled to v0.4.8

Fixes #517. The commit in zoneinfo-compiled fixes a bug where missing flags in the tzinfo file were making it crash instead of being treated as 0 values.
Benjamin Sago 6 лет назад
Родитель
Сommit
9f76f94f88
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -43,7 +43,7 @@ term_grid = "0.1.7"
 term_size = "0.3.1"
 term_size = "0.3.1"
 unicode-width = "0.1.5"
 unicode-width = "0.1.5"
 users = "0.9.1"
 users = "0.9.1"
-zoneinfo_compiled = "0.4.7"
+zoneinfo_compiled = "0.4.8"
 
 
 [dependencies.git2]
 [dependencies.git2]
 version = "0.8.0"
 version = "0.8.0"