Skip to content

Commit 8ce6fca

Browse files
committed
fix: Avert breakage with rust 1.80.0
By setting time 0.3.36 as minimally required version in accordance to rust-lang/rust#125319 (comment)
1 parent b6648bb commit 8ce6fca

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Cargo.lock

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ actix-web = { version = "4.4", optional = true }
7474
actix-files = { version = "0.6", optional = true }
7575
arbitrary = { version = "1", optional = true, features = ["derive"] }
7676
arc-swap = "1.6.0"
77+
# https://github.com/rust-lang/rust/issues/125319
78+
time = "0.3.36"
7779

7880
[dev-dependencies]
7981
tempdir = "0.3"

0 commit comments

Comments
 (0)