You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# "feat_os_windows" == set of utilities which can be built/run on modern windows platforms
276
+
feat_os_windows = ["feat_Tier1", "stdbuf"]
280
277
## (secondary platforms) feature sets
281
278
# "feat_os_unix_gnueabihf" == set of utilities which can be built/run on the "arm-unknown-linux-gnueabihf" target (ARMv6 Linux [hardfloat])
282
279
feat_os_unix_gnueabihf = [
@@ -352,15 +349,6 @@ feat_os_unix_redox = [
352
349
"stat",
353
350
"uname",
354
351
]
355
-
# "feat_os_windows_legacy" == slightly restricted set of utilities which can be built/run on early windows platforms (eg, "WinXP")
356
-
feat_os_windows_legacy = [
357
-
"feat_common_core",
358
-
#
359
-
"arch",
360
-
"nproc",
361
-
"sync",
362
-
"whoami",
363
-
]
364
352
##
365
353
# * bypass/override ~ translate 'test' feature name to avoid dependency collision with rust core 'test' crate (o/w surfaces as compiler errors during testing)
366
354
test = ["uu_test"]
@@ -401,7 +389,7 @@ compare = "0.1.0"
401
389
crossterm = { version = "0.29.0", default-features = false }
402
390
ctor = "1.0.0"
403
391
ctrlc = { version = "3.5.2", features = ["termination"] }
404
-
divan = { package = "codspeed-divan-compat", version = "4.4.1" }
392
+
divan = { package = "codspeed-divan-compat", version = "5.0.0" }
0 commit comments