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 May 22, 2024
1 parent dbdf1ce commit 6043b77
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 types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ serde_repr = { version = "0.1", optional = true }
sha2 = "0.10.6"
thiserror = "1.0.40"

# `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]
ed25519-consensus = "2.1.0"
rand = "0.8.5"
Expand Down

0 comments on commit 6043b77

Please sign in to comment.