Skip to content

Commit adb3056

Browse files
iammxtfacebook-github-bot
authored andcommitted
Autocargo-ed serde_php (#80)
Summary: Pull Request resolved: #80 Trying to use this in `ctp` codebase, where most things are autocargo compatible. Looks like it can be auto-cargoed as it doesn't have any fancy deps. So I followed the instructions here to make that happen: https://www.internalfb.com/intern/wiki/Rust-at-facebook/Cargo.toml_from_Buck_(autocargo)/ Reviewed By: farnz Differential Revision: D27079404 fbshipit-source-id: 83c10c2899a6a0da52c8f3379c9fbfcde5052eea
1 parent 01b6a2f commit adb3056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eden/mononoke/walker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fsnodes = { version = "0.1.0", path = "../derived_data/fsnodes" }
4343
futures = { version = "0.3.13", features = ["async-await", "compat"] }
4444
hash_memo = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
4545
hex = "0.4"
46-
internment = { version = "0.4.1", features = ["serde"] }
46+
internment = { version = "0.4.2", features = ["serde"] }
4747
itertools = "0.8"
4848
manifest = { version = "0.1.0", path = "../manifest" }
4949
maplit = "1.0"

0 commit comments

Comments
 (0)