Skip to content

Commit

Permalink
fix: Avert breakage with rust 1.80.0
Browse files Browse the repository at this point in the history
By setting time 0.3.36 as minimally required version in accordance to
rust-lang/rust#125319 (comment)
  • Loading branch information
AiyionPrime committed Jul 17, 2024
1 parent b6648bb commit 8ce6fca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ actix-web = { version = "4.4", optional = true }
actix-files = { version = "0.6", optional = true }
arbitrary = { version = "1", optional = true, features = ["derive"] }
arc-swap = "1.6.0"
# https://github.com/rust-lang/rust/issues/125319
time = "0.3.36"

[dev-dependencies]
tempdir = "0.3"
Expand Down

0 comments on commit 8ce6fca

Please sign in to comment.