Skip to content

Commit b7c8378

Browse files
blackm00nfacebook-github-bot
authored andcommitted
nop validation during build (#4449)
Summary: Pull Request resolved: #4449 Adding validation logic to "build targets" implementation. Actual validation is nop in this diff, implementaion is in next diffs in stack. I need to use late bindings in order to keep validation logic in separate crate because `buck2_build_api` depends on validation, while validation depends on materialization from `buck2_build_api`. Reviewed By: stepancheg Differential Revision: D60238806 fbshipit-source-id: e1484731ce099189555bd306c1f93bab91da7de8
1 parent 28cfabb commit b7c8378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shim/third-party/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ rustyline = "11.0"
169169
scopeguard = "1.0.0"
170170
sequence_trie = "0.3.6"
171171
serde = { version = "1.0.173", features = ["derive", "rc"] }
172-
serde_json = "1.0.48"
172+
serde_json = { version = "1.0.48", features = ["raw_value"] }
173173
sha1 = "0.10"
174174
sha2 = "0.10"
175175
shlex = "1.3"

0 commit comments

Comments
 (0)