Skip to content

Commit d5d0e62

Browse files
authored
Merge branch 'main' into noselinuxprogs
2 parents 6d40051 + 8e7c6b0 commit d5d0e62

6 files changed

Lines changed: 395 additions & 222 deletions

File tree

Cargo.lock

Lines changed: 29 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jiff = { version = "0.2.10", default-features = false, features = [
339339
] }
340340
libc = "0.2.172"
341341
linux-raw-sys = "0.11"
342-
lscolors = { version = "0.20.0", default-features = false, features = [
342+
lscolors = { version = "0.21.0", default-features = false, features = [
343343
"gnu_legacy",
344344
] }
345345
memchr = "2.7.2"

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ endif
9191

9292
# Possible programs
9393
PROGS := \
94+
arch \
9495
base32 \
9596
base64 \
9697
basenc \
@@ -161,13 +162,13 @@ PROGS := \
161162
uname \
162163
unexpand \
163164
uniq \
165+
unlink \
164166
vdir \
165167
wc \
166168
whoami \
167169
yes
168170

169171
UNIX_PROGS := \
170-
arch \
171172
chgrp \
172173
chmod \
173174
chown \
@@ -189,7 +190,6 @@ UNIX_PROGS := \
189190
stty \
190191
timeout \
191192
tty \
192-
unlink \
193193
uptime \
194194
users \
195195
who

0 commit comments

Comments
 (0)