Skip to content

Commit

Permalink
Merge pull request #1 from TD-Sky/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies and use new Rust edition
  • Loading branch information
Odoh authored Nov 29, 2023
2 parents 8be2779 + 6f55746 commit e008a60
Show file tree
Hide file tree
Showing 4 changed files with 936 additions and 580 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "chrono-systemd-time"
version = "0.1.0"
version = "0.2.0"
authors = ["Josh Resch <[email protected]>"]

edition = "2021"
description = "Library which parses systemd.time style timestamps into chrono types"
homepage = "https://github.com/odoh/chrono-systemd-time"
documentation = "https://docs.rs/chrono-systemd-time"
Expand All @@ -21,4 +21,4 @@ name = "chrono_systemd_time"
[dependencies]
chrono = "0.4"
maplit = "1.0"
lazy_static = "1.1"
once_cell = "1.18"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Put this in your `Cargo.toml`:

```toml
[dependencies]
chrono-systemd-time = "0.1"
chrono-systemd-time = "0.2"
```

## Timestamp Format
Expand Down
Loading

0 comments on commit e008a60

Please sign in to comment.