From 828a590de6fe98e29ca0bc55a88a40b9f7cc93c5 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Mon, 5 Jun 2023 14:49:01 +0900 Subject: [PATCH] Shift crossbeam comment for upcoming 2nd patch... (#31963) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba232cc42..3ebe05617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -400,8 +400,8 @@ 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" } # We include the following crates as our dependencies above from crates.io: