Skip to content

Commit

Permalink
Merge branch 'main' into support_files_in_uptime
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored May 19, 2024
2 parents 3a5ce83 + 2e16cbb commit ea305b8
Show file tree
Hide file tree
Showing 21 changed files with 1,137 additions and 153 deletions.
17 changes: 9 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ half = "2.4.1"
hostname = "0.4"
indicatif = "0.17.8"
itertools = "0.12.1"
libc = "0.2.154"
libc = "0.2.153"
lscolors = { version = "0.16.0", default-features = false, features = [
"gnu_legacy",
] }
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cargo-fuzz = true

[dependencies]
libfuzzer-sys = "0.4.7"
libc = "0.2.154"
libc = "0.2.153"
tempfile = "3.10.1"
rand = { version = "0.8.5", features = ["small_rng"] }
similar = "2.5.0"
Expand Down
3 changes: 2 additions & 1 deletion src/uu/cksum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ path = "src/cksum.rs"

[dependencies]
clap = { workspace = true }
uucore = { workspace = true, features = ["encoding", "sum"] }
uucore = { workspace = true, features = ["checksum", "encoding", "sum"] }
hex = { workspace = true }
regex = { workspace = true }

[[bin]]
name = "cksum"
Expand Down
Loading

0 comments on commit ea305b8

Please sign in to comment.