Skip to content

Commit 569d52a

Browse files
committed
sysusers: Add analysis support
Signed-off-by: Colin Walters <[email protected]>
1 parent 7bb408d commit 569d52a

File tree

4 files changed

+484
-5
lines changed

4 files changed

+484
-5
lines changed

sysusers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
anyhow = { workspace = true }
1010
camino = { workspace = true }
1111
fn-error-context = { workspace = true }
12-
cap-std-ext = { version = "4" }
12+
cap-std-ext = { version = "4", features = ["fs_utf8"] }
1313
hex = "0.4"
1414
thiserror = { workspace = true }
1515
tempfile = { workspace = true }

0 commit comments

Comments
 (0)