Skip to content

Commit

Permalink
update timelib to 2023.4
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Feb 13, 2024
1 parent 2437b1b commit f53bb3b
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 118 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "timelib"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
license = "MIT"
description = "A small Rust wrapper around the timelib library."
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Make sure to regenerate the re2c outputs:
```bash
cd ext/timelib/
make parse_date.c parse_iso_intervals.c
cp parse_date.c ../../pregenerated/
cp parse_iso_intervals.c ../../pregenerated/
```

Copy them to `pregenerated/`.
Expand Down
2 changes: 1 addition & 1 deletion ext/hashmap.h
2 changes: 1 addition & 1 deletion ext/timelib
Submodule timelib updated 3 files
+1 −1 parse_tz.c
+1,542 −1,441 timezonedb.h
+11 −12 zones/Makefile
Loading

0 comments on commit f53bb3b

Please sign in to comment.