File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11.DELETE_ON_ERROR :
22
3- TZDB_VERSION := tzdb-2025a
3+ TZDB_VERSION := tzdb-2025b
44
55tzdb_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
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ license = "MIT OR Apache-2.0"
99publish = 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"
1515itertools = " 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" ] }
1818subprocess = " 0.2.9"
1919tz-rs = " 0.7.0"
2020walkdir = " 2.5.0"
Original file line number Diff line number Diff line change 1- 1e8c4e141158d63ca5c39babc9d18c32df14e2e59bc7649a7fed8c3e577f7b175bafa43883cf351139ff198515f5f8c22b1418e2ac7efb7f837faa8f61d2574d tmp/tzdb-2025a .tar.lz
1+ 4f4afca86645ca5564a9d7d3ddc36e6b07c15c1b87cd4edbbcae72c6be4e6154e4ad1966407a7081237550301f1093af53dd8a486effb95f7cf3e5721db47c8f tmp/tzdb-2025b .tar.lz
Original file line number Diff line number Diff line change 11[package ]
22name = " tzdb_data"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44edition = " 2021"
55authors = [" René Kijewski <crates.io@k6i.de>" ]
66repository = " https://github.com/Kijewski/tzdb"
77description = " Static, #![no_std] time zone information for tz-rs"
8- license = " MIT-0"
8+ license = " MIT-0 OR MIT OR Apache-2.0 "
99keywords = [" timezone" , " no_std" ]
1010categories = [" date-and-time" , " no-std" ]
1111readme = " README.md"
Submodule generated updated from 9bfec30 to e2c3697
You can’t perform that action at this time.
0 commit comments