Skip to content

Commit

Permalink
fix: Upgrade time crate to fix rust-lang/rust#125319
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Jun 10, 2024
1 parent 09cc874 commit ac9f2ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ tracing = "0.1"
unsigned-varint = "0.8"
void = "1"

# `time` is a dependency of a dependency but we need to specify it
# for fixing rust-lang/rust#125319.
time = { version = "0.3.36", default-features = false }

[dev-dependencies]
anyhow = "1.0"
clap = { version = "4.4", features = ["derive"] }
Expand Down

0 comments on commit ac9f2ba

Please sign in to comment.