Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
We no longer use libsystemd here.
  • Loading branch information
swsnr committed Jun 2, 2024
1 parent 5437bda commit 3a3204d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ edition = "2021"
rust-version = "1.66"

[dependencies]
# libsystemd isn't no_std compatible so we can conveniently enable log's std
# feature unconditionally. We require std for the set_boxed_logger field in
# init_with_extra_fields.
log = { version = "^0.4", features = ["std", "kv_unstable"] }
rustix = { version = "0.38.20", default-features = false, features = ["std", "fs", "net"] }

Expand Down

0 comments on commit 3a3204d

Please sign in to comment.