Skip to content

Commit

Permalink
Upgrade plist
Browse files Browse the repository at this point in the history
Summary:
The changed something in 0.5 version, and cargo compilation of buck2 broke.

Let's just use latest version.

Reviewed By: zertosh

Differential Revision: D46106140

fbshipit-source-id: 67f4f63eff8e80be8408089003f1171e8b0e1865
  • Loading branch information
stepancheg authored and facebook-github-bot committed May 23, 2023
1 parent c6673de commit f67b9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/scm/exec/eden_apfs_mount_helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/eden_apfs/eden_apfs.rs"
anyhow = "1.0.65"
libc = "0.2.139"
once_cell = "1.12"
plist = "0.5"
plist = "1.4.3"
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
sha2 = "0.10.6"
Expand Down

0 comments on commit f67b9e3

Please sign in to comment.