Skip to content

Commit

Permalink
Allow time=0.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Sep 17, 2024
1 parent ea044a6 commit 42c7fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ license = "Apache-2.0"

[build-dependencies]
cargo-spec = { version = "0.5.0" }
time = { version = "~0.3.23" } # This crate is a known bad-actor for breaking rust version support.
time = { version = "~0.3.31" } # This crate is a known bad-actor for breaking rust version support.
plist = { version = "~1.5.0" } # This crate improperly constrains its bad-actor dependency (`time`).

0 comments on commit 42c7fcd

Please sign in to comment.