Skip to content

Commit aa528b5

Browse files
Rajneesh Lakkundifacebook-github-bot
Rajneesh Lakkundi
authored andcommitted
Fix stable revision message
Summary: Improve the stable revision check message to include the bookmarks the user is expected to get. Reviewed By: blackm00n Differential Revision: D73954761 fbshipit-source-id: 3d5ac1e6a9e306045d6fc34ecde5ff46709adf39
1 parent b795297 commit aa528b5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/buck2_health_check/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ rust_library(
2222
"fbsource//third-party/rust:async-trait",
2323
"fbsource//third-party/rust:futures",
2424
# @oss-disable[end= ]: "fbsource//third-party/rust:graphql_client",
25+
"fbsource//third-party/rust:itertools",
2526
"fbsource//third-party/rust:regex",
2627
"fbsource//third-party/rust:serde",
2728
"fbsource//third-party/rust:serde_json",

app/buck2_health_check/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ async-trait = { workspace = true }
1010
buck2_core = { workspace = true }
1111
buck2_data = { workspace = true }
1212
buck2_error = { workspace = true }
13-
buck2_util = { workspace = true }
1413
buck2_grpc = { workspace = true }
1514
buck2_health_check_proto = { workspace = true }
15+
buck2_util = { workspace = true }
16+
itertools = { workspace = true }
1617
regex = { workspace = true }
1718
tokio = { workspace = true }
1819
tonic = { workspace = true }

0 commit comments

Comments
 (0)