Skip to content

Commit

Permalink
Patch crossbeam-epoch to avoid overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jul 12, 2022
1 parent ba785cf commit 597809a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ exclude = [
"programs/bpf",
]

# This prevents a Travis CI error when building for Windows.
resolver = "2"
# for details, see https://github.com/ryoqun/crossbeam/commit/fd279d707025f0e60951e429bf778b4813d1b6bf
[patch.crates-io]
crossbeam-epoch = { git = "https://github.com/ryoqun/crossbeam", rev = "fd279d707025f0e60951e429bf778b4813d1b6bf" }

0 comments on commit 597809a

Please sign in to comment.