Skip to content

Commit 593b141

Browse files
authored
Merge pull request #7719 from cakebaker/uucore_fix_unresolved_import
uucore: add `chrono` to `uptime` feature
2 parents 64cf3f5 + b5df331 commit 593b141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uucore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ version-cmp = []
134134
wide = []
135135
custom-tz-fmt = ["chrono", "chrono-tz", "iana-time-zone"]
136136
tty = []
137-
uptime = ["libc", "windows-sys", "utmpx", "utmp-classic", "thiserror"]
137+
uptime = ["chrono", "libc", "windows-sys", "utmpx", "utmp-classic", "thiserror"]

0 commit comments

Comments
 (0)