Skip to content

Commit

Permalink
autocargo: ctp: depend on pxl instead of re-declaring its crates
Browse files Browse the repository at this point in the history
Reviewed By: ahornby

Differential Revision: D33428045

fbshipit-source-id: f3feab3ae04069672040423c145c69a58445ef96
  • Loading branch information
krallin authored and facebook-github-bot committed Jan 5, 2022
1 parent c3f0292 commit ebfa5b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compiler/crates/relay-compiler/Cargo.toml
@@ -1,4 +1,4 @@
# @generated by autocargo from //relay/oss/crates/relay-compiler:[relay,relay-compiler,relay-compiler-compile_relay_artifacts_test]
# @generated by autocargo from //relay/oss/crates/relay-compiler:[relay,relay-compiler,relay-compiler-compile_relay_artifacts_test,relay-compiler-compile_relay_artifacts_with_custom_id_test]
[package]
name = "relay-compiler"
version = "13.0.0-rc.2"
Expand All @@ -14,6 +14,10 @@ path = "src/main.rs"
name = "relay_compiler_compile_relay_artifacts_test"
path = "tests/compile_relay_artifacts_test.rs"

[[test]]
name = "relay_compiler_compile_relay_artifacts_with_custom_id_test"
path = "tests/compile_relay_artifacts_with_custom_id_test.rs"

[dependencies]
async-trait = "0.1.51"
bincode = "1.3.3"
Expand Down

0 comments on commit ebfa5b1

Please sign in to comment.