From f72eef5049c18948ff0c66e710d940243a5ee247 Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Thu, 6 Jul 2023 15:16:14 -0400 Subject: [PATCH] Bump buck2 and the rust version used to build it. Signed-off-by: Dan Lorenc --- buck2.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buck2.yaml b/buck2.yaml index df7533abc890..7deb87f1048b 100644 --- a/buck2.yaml +++ b/buck2.yaml @@ -1,7 +1,7 @@ package: name: buck2 # When bumping, check that the rust version is still correct. - version: 0.0_git20230603 + version: 0.0_git20230706 epoch: 0 description: "Build system, successor to Buck" copyright: @@ -18,7 +18,7 @@ environment: - rustup vars: - rust-version: nightly-2023-03-07 + rust-version: nightly-2023-05-28 pipeline: - uses: git-checkout @@ -26,7 +26,7 @@ pipeline: repository: https://github.com/facebook/buck2 tag: latest # This uses strange versioning, latest is the tag but they'll apparently just bump that tag regularly. - expected-commit: ac9e9745fa0badecefa814853d59a2ba6bbbe174 + expected-commit: 134ba2150318193ff7d2c2f26d65adee91aa8a3d - name: Configure and build runs: |