Skip to content

Commit

Permalink
Update timelib.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed Apr 5, 2024
1 parent f53bb3b commit f879651
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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.3"
version = "0.3.4"
edition = "2021"
license = "MIT"
description = "A small Rust wrapper around the timelib library."
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If using the `re2c` feature, make sure to install `re2c` as described above. i.e
git submodule update --remote
```

Make sure to regenerate the re2c outputs:
Make sure to regenerate the re2c outputs and copy them to `pregenerated/`.

```bash
cd ext/timelib/
Expand All @@ -73,8 +73,6 @@ cp parse_date.c ../../pregenerated/
cp parse_iso_intervals.c ../../pregenerated/
```

Copy them to `pregenerated/`.

## Publishing

Remove `--dry-run` to publish for real.
Expand Down
2 changes: 1 addition & 1 deletion ext/timelib
Submodule timelib updated 1 files
+1,064 −1,064 timezonedb.h
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,6 @@ mod tests {

#[test]
fn timezone_db_version() {
assert_eq!("2023.4", Timezone::db_version());
assert_eq!("2024.1", Timezone::db_version());
}
}

0 comments on commit f879651

Please sign in to comment.