Skip to content

Commit

Permalink
Add time as a dependency with 0.3.36 version requirement.
Browse files Browse the repository at this point in the history
Fixes w4#82 (breakage caused by the rust 1.80 type inference change debacle) same as w4#83, but also updated Cargo.lock as requested in w4#83.
  • Loading branch information
neggles committed Oct 29, 2024
1 parent b049ea3 commit cf7116c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ bat = "0.24"
syntect = "5.1"
tokio = { version = "1.35", features = ["sync"] }
futures = "0.3"
time = "0.3.36"

[profile.release]
lto = true
Expand Down

0 comments on commit cf7116c

Please sign in to comment.