Skip to content

Commit ccb1199

Browse files
authored
Merge pull request #397 from rustcoreutils/deps
Update readme, and cargo deps
2 parents 0f61c8a + ff39b6e commit ccb1199

File tree

3 files changed

+88
-44
lines changed

3 files changed

+88
-44
lines changed

Cargo.lock

Lines changed: 78 additions & 34 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
@@ -42,7 +42,7 @@ libc = "0.2"
4242
regex = "1.10"
4343
gettext-rs = { path = "./gettext-rs" }
4444
errno = "0.3"
45-
chrono-tz = "0.10.0"
45+
chrono-tz = "0.10"
4646

4747
[workspace.lints]
4848

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,10 @@ Because it is a FAQ, the major differences between this project and uutils are:
8484
- [x] join
8585
- [x] link
8686
- [x] ls
87-
- [x] make
8887
- [x] m4
88+
- [x] make
8989
- [x] mkdir
90+
- [x] more
9091
- [x] mv
9192
- [x] nl
9293
- [x] nm (Development)
@@ -97,6 +98,8 @@ Because it is a FAQ, the major differences between this project and uutils are:
9798
- [x] realpath
9899
- [x] rm
99100
- [x] rmdir
101+
- [x] sed
102+
- [x] sh
100103
- [x] sort
101104
- [x] split
102105
- [x] strings
@@ -118,6 +121,7 @@ Because it is a FAQ, the major differences between this project and uutils are:
118121

119122
## Stage 2 - Feature-complete and POSIX compliant
120123

124+
- [x] batch (cron cat.)
121125
- [x] cat
122126
- [x] chgrp
123127
- [x] chmod
@@ -170,7 +174,6 @@ Because it is a FAQ, the major differences between this project and uutils are:
170174

171175
### Cron category
172176
- [ ] at (cron cat.)
173-
- [ ] batch (cron cat.)
174177
- [ ] crontab (cron cat.)
175178

176179
### Development category
@@ -194,11 +197,11 @@ Because it is a FAQ, the major differences between this project and uutils are:
194197

195198
### i18n category
196199
- [ ] gettext (i18n)
197-
- [ ] locale (i18n) -- status: in progress
200+
- [ ] locale (i18n)
198201
- [ ] localedef (i18n)
199202
- [ ] msgfmt (i18n)
200203
- [ ] ngettext (i18n)
201-
- [ ] xgettext (i18n) -- status: in progress
204+
- [ ] xgettext (i18n)
202205

203206
### UUCP category
204207
- [ ] uucp (UUCP)
@@ -213,12 +216,9 @@ Because it is a FAQ, the major differences between this project and uutils are:
213216
### Misc. category
214217
- [ ] lp
215218
- [ ] mailx
216-
- [ ] man (status: in progress)
217-
- [ ] more
218-
- [ ] patch (status: in progress)
219+
- [ ] man
220+
- [ ] patch
219221
- [ ] pax
220-
- [ ] sed
221-
- [ ] sh (status: in progress)
222222

223223
## Installation
224224

0 commit comments

Comments
 (0)