Skip to content

Commit a9fa9e6

Browse files
committed
Update to 2025b
1 parent fee6a8b commit a9fa9e6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DELETE_ON_ERROR:
22

3-
TZDB_VERSION := tzdb-2025a
3+
TZDB_VERSION := tzdb-2025b
44

55
tzdb_data/src/generated/mod.rs: tmp/${TZDB_VERSION}/usr/share/zoneinfo/ tzdb.tar.lz.sha
66
cd make-tzdb && cargo r -- ../$(@D) ../$< ../tzdb.tar.lz.sha

make-tzdb/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ license = "MIT OR Apache-2.0"
99
publish = false
1010

1111
[dependencies]
12-
anyhow = "1.0.88"
13-
convert_case = "0.7.0"
14-
indexmap = "2.5.0"
12+
anyhow = "1.0.98"
13+
convert_case = "0.8.0"
14+
indexmap = "2.9.0"
1515
itertools = "0.14.0"
16-
ron = "0.8.1"
17-
serde = { version = "1.0.210", features = ["derive"] }
16+
ron = "0.10.1"
17+
serde = { version = "1.0.219", features = ["derive"] }
1818
subprocess = "0.2.9"
1919
tz-rs = "0.7.0"
2020
walkdir = "2.5.0"

tzdb.tar.lz.sha

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1e8c4e141158d63ca5c39babc9d18c32df14e2e59bc7649a7fed8c3e577f7b175bafa43883cf351139ff198515f5f8c22b1418e2ac7efb7f837faa8f61d2574d tmp/tzdb-2025a.tar.lz
1+
4f4afca86645ca5564a9d7d3ddc36e6b07c15c1b87cd4edbbcae72c6be4e6154e4ad1966407a7081237550301f1093af53dd8a486effb95f7cf3e5721db47c8f tmp/tzdb-2025b.tar.lz

tzdb_data/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "tzdb_data"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
authors = ["René Kijewski <crates.io@k6i.de>"]
66
repository = "https://github.com/Kijewski/tzdb"
77
description = "Static, #![no_std] time zone information for tz-rs"
8-
license = "MIT-0"
8+
license = "MIT-0 OR MIT OR Apache-2.0"
99
keywords = ["timezone", "no_std"]
1010
categories = ["date-and-time", "no-std"]
1111
readme = "README.md"

tzdb_data/src/generated

Submodule generated updated from 9bfec30 to e2c3697

0 commit comments

Comments
 (0)