Skip to content

Commit

Permalink
Update time to 0.3.36
Browse files Browse the repository at this point in the history
Fixes a compile issue (type annotations needed for `Box<_>`) on Rust
1.80
  • Loading branch information
DanNixon authored and joshrotenberg committed Aug 27, 2024
1 parent fff3a42 commit 8a37747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0.80"
clap = { version = "4.5.1", features = ["derive"] }
tinytemplate = "1.1"
serde = { version = "1.0", features = ["derive"] }
time = { version = "0.3.34", features = ["local-offset", "formatting", "macros"] }
time = { version = "0.3.36", features = ["local-offset", "formatting", "macros"] }
edit = "0.1.5"
pulldown-cmark = "0.9"
pulldown-cmark-to-cmark = "11.2.0"
Expand Down

0 comments on commit 8a37747

Please sign in to comment.