Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion buck2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: buck2
version: 20250401
epoch: 3 # GHSA-qx2v-8332-m4fv
epoch: 4 # GHSA-xwfj-jgwm-7wp5
description: "Build system, successor to Buck"
copyright:
- license: MIT
Expand Down Expand Up @@ -38,6 +38,8 @@ pipeline:
# read upstream's rust-toolchain file to install the right one
rustup install

- uses: rust/cargobump

- name: Configure and build
runs: |
# Include our nightly Rust bin/ directory in PATH
Expand Down
3 changes: 3 additions & 0 deletions buck2/cargobump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- name: tracing-subscriber
version: 0.3.20
Loading