Skip to content

Commit

Permalink
Add latest version of time to workaround build issue on nightly
Browse files Browse the repository at this point in the history
We don’t currently need a direct dependency on `time`, but the version being pulled in currently is failing to build on nightly.
  • Loading branch information
spencewenski authored May 26, 2024
1 parent 51e60de commit 28e6d13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ log = "0.4.21"
futures = "0.3.30"
validator = { version = "0.18.1", features = ["derive"] }
thiserror = "1.0.61"
# Add latest version of `time` to resolve a build error on nightly
# https://github.com/time-rs/time/issues/681
time = "0.3.36"

[dev-dependencies]
cargo-husky = { version = "1.5.0", default-features = false, features = ["user-hooks"] }
Expand Down

0 comments on commit 28e6d13

Please sign in to comment.