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
After the addition of utmpx, feat_os_unix_musl is now identical to feat_os_unix and is thus not needed any more.
Signed-off-by: Etienne Cordonnier <[email protected]>
Copy file name to clipboardExpand all lines: Cargo.toml
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,8 @@ feat_os_macos = [
149
149
#
150
150
"feat_require_unix_hostid",
151
151
]
152
-
# "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms
152
+
# "feat_os_unix" == set of utilities which can be built/run on modern/usual *nix platforms.
153
+
# Also used for targets binding to the "musl" library (ref: <https://musl.libc.org/about.html>)
153
154
feat_os_unix = [
154
155
"feat_Tier1",
155
156
#
@@ -171,15 +172,6 @@ feat_os_unix_gnueabihf = [
171
172
"feat_require_unix_hostid",
172
173
"feat_require_unix_utmpx",
173
174
]
174
-
# "feat_os_unix_musl" == set of utilities which can be built/run on targets binding to the "musl" library (ref: <https://musl.libc.org/about.html>)
0 commit comments