Skip to content

Commit

Permalink
Fix third-party/rust/Cargo.toml
Browse files Browse the repository at this point in the history
Summary:
It looks like D56546196 was incomplete. D56546196 added a new
dependency, but didn't account for the case where the outside world
tries to build buck2.

This diff fixes that.

Reviewed By: JakobDegen

Differential Revision: D56766826

fbshipit-source-id: 3590056f3c5032bdc81d40855b1bf939a4686659
  • Loading branch information
Eric J Nguyen authored and facebook-github-bot committed May 1, 2024
1 parent 3b357e8 commit c64d806
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shim/third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,7 @@ zstd = "0.13.0"
# For https://github.com/jimblandy/perf-event/pull/29
perf-event = { git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167", version = "0.4" }
perf-event-open-sys = { git = "https://github.com/krallin/perf-event.git", rev = "86224a9bc025d5d19f719542f27c8c629a08b167", version = "4.0" }

# Windows-specific dependencies
[target."cfg(windows)".dependencies]
winver = "1"

0 comments on commit c64d806

Please sign in to comment.