Skip to content

Commit

Permalink
update xattr to 1.1.3 (#348)
Browse files Browse the repository at this point in the history
xattr 1.0.0 through 1.1.2 have a bug
(Stebalien/xattr#48). Bump the requirement so that
downstream dependents get the latest version.
  • Loading branch information
sunshowers authored Jun 4, 2024
1 parent dd9123c commit c74d62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ filetime = "0.2.8"
tempfile = "3"

[target."cfg(unix)".dependencies]
xattr = { version = "1.0", optional = true }
xattr = { version = "1.1.3", optional = true }
libc = "0.2"

[features]
Expand Down

0 comments on commit c74d62a

Please sign in to comment.