Skip to content

Commit ef83307

Browse files
[ci] Roll pinned nightly toolchain (#1972)
1 parent 0fae530 commit ef83307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ zerocopy-diagnostic-on-unimplemented = "1.78.0"
4747
[package.metadata.ci]
4848
# The versions of the stable and nightly compiler toolchains to use in CI.
4949
pinned-stable = "1.82.0"
50-
pinned-nightly = "nightly-2024-10-21"
50+
pinned-nightly = "nightly-2024-10-22"
5151

5252
[package.metadata.docs.rs]
5353
all-features = true

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
#![cfg_attr(doc_cfg, feature(doc_cfg))]
308308
#![cfg_attr(
309309
__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS,
310-
feature(layout_for_ptr, strict_provenance, coverage_attribute, marker_trait_attr)
310+
feature(layout_for_ptr, coverage_attribute, marker_trait_attr)
311311
)]
312312

313313
// This is a hack to allow zerocopy-derive derives to work in this crate. They

0 commit comments

Comments
 (0)