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
Copy file name to clipboardExpand all lines: Cargo.toml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,6 @@ feat_common_core = [
154
154
# "feat_Tier1" == expanded set of utilities which can be built/run on the usual rust "Tier 1" target platforms (ref: <https://forge.rust-lang.org/release/platform-support.html>)
155
155
feat_Tier1 = [
156
156
"feat_common_core",
157
-
#
158
157
"arch",
159
158
"hostname",
160
159
"nproc",
@@ -536,13 +535,15 @@ filetime.workspace = true
536
535
glob.workspace = true
537
536
jiff.workspace = true
538
537
libc.workspace = true
538
+
bytecount.workspace = true
539
539
num-prime.workspace = true
540
540
pretty_assertions = "1.4.0"
541
541
rand.workspace = true
542
542
regex.workspace = true
543
543
sha1 = { workspace = true, features = ["std"] }
544
544
tempfile.workspace = true
545
545
time = { workspace = true, features = ["local-offset"] }
0 commit comments