From 097a620de1a0139ca9a745ddc146c37e1d4695da Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 11 Dec 2024 03:25:36 +0000 Subject: fix for latest nightly by changing the FixedBitSet generic to take bytes instead of bits --- rust-toolchain.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rust-toolchain.toml') diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e5458740..5d56faf9 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,2 @@ [toolchain] -channel = "nightly-2024-11-11" -# channel = "nightly" +channel = "nightly" -- cgit v1.2.3