Skip to content

Commit

Permalink
Add comment for justification of this patching
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jun 5, 2023
1 parent 3ce8659 commit 6573579
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -400,9 +400,11 @@ x509-parser = "0.14.0"
zeroize = { version = "1.3", default-features = false }
zstd = "0.11.2"

# for details, see https://github.com/solana-labs/crossbeam/commit/fd279d707025f0e60951e429bf778b4813d1b6bf
[patch.crates-io]
# for details, see https://github.com/solana-labs/crossbeam/commit/fd279d707025f0e60951e429bf778b4813d1b6bf
crossbeam-epoch = { git = "https://github.com/solana-labs/crossbeam", rev = "fd279d707025f0e60951e429bf778b4813d1b6bf" }
# Rust 1.69+ broke ntapi v0.3.x, which doesn't contain proper fix:
# https://github.com/MSxDOS/ntapi/pull/12
ntapi = { git = "https://github.com/ryoqun/ntapi", rev = "5980bbab2e0501a8100eb88c12222d664ccb3a0a" }

# We include the following crates as our dependencies above from crates.io:
Expand Down

0 comments on commit 6573579

Please sign in to comment.