Skip to content

Commit

Permalink
2025a
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Jan 16, 2025
1 parent d523d2a commit 5e9f3d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
components: miri

- run: cargo doc --workspace --all-features --no-deps
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DELETE_ON_ERROR:

TZDB_VERSION := tzdb-2024b
TZDB_VERSION := tzdb-2025a

tzdb_data/src/generated/mod.rs: tmp/${TZDB_VERSION}/usr/share/zoneinfo/ tzdb.tar.lz.sha
cd make-tzdb && cargo r -- ../$(@D) ../$< ../tzdb.tar.lz.sha
Expand Down
4 changes: 2 additions & 2 deletions make-tzdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ publish = false

[dependencies]
anyhow = "1.0.88"
convert_case = "0.6.0"
convert_case = "0.7.0"
indexmap = "2.5.0"
itertools = "0.13.0"
itertools = "0.14.0"
ron = "0.8.1"
serde = { version = "1.0.210", features = ["derive"] }
subprocess = "0.2.9"
Expand Down
2 changes: 1 addition & 1 deletion tzdb.tar.lz.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
72446e5cf445515512437c8deaae3063b093aab9620d6441cafaa9b3b71603c857f7ba53557579595788bbc901cd6142404b4db6b0e9f2b23d57b2b3cbc837a8 tmp/tzdb-2024b.tar.lz
1e8c4e141158d63ca5c39babc9d18c32df14e2e59bc7649a7fed8c3e577f7b175bafa43883cf351139ff198515f5f8c22b1418e2ac7efb7f837faa8f61d2574d tmp/tzdb-2025a.tar.lz
2 changes: 1 addition & 1 deletion tzdb_data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tzdb_data"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["René Kijewski <[email protected]>"]
repository = "https://github.com/Kijewski/tzdb"
Expand Down
2 changes: 1 addition & 1 deletion tzdb_data/src/generated
Submodule generated updated from e04be6 to 787f4e

0 comments on commit 5e9f3d6

Please sign in to comment.