Skip to content

Commit 877f656

Browse files
authored
arch, uname, Cargo.toml: update outdated info (#11556)
1 parent 21e3b1e commit 877f656

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ feat_Tier1 = [
179179
# We don't need to support all of wasm targets. So the ambiguous name is used at here
180180
# It is bit complex to deduplicate with other lists
181181
feat_wasm = [
182+
"arch",
182183
"basename",
183184
"base32",
184185
"base64",
@@ -213,6 +214,7 @@ feat_wasm = [
213214
"tee",
214215
"true",
215216
"truncate",
217+
"uname",
216218
"unexpand",
217219
"uniq",
218220
"unlink",
@@ -227,9 +229,6 @@ feat_wasm = [
227229
"sha256sum",
228230
"sha384sum",
229231
"sha512sum",
230-
# useless?
231-
"arch",
232-
"uname",
233232
]
234233
# "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms.
235234
feat_os_unix = [

0 commit comments

Comments
 (0)