Skip to content

Commit 3d9a355

Browse files
authored
Update CI to the latest Rust nightly. (#105)
This requires adding `#![feature(exposed_provenance)]`.
1 parent c117b38 commit 3d9a355

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2023-11-19"
2+
channel = "nightly-2023-12-09"
33
components = ["rustc", "cargo", "rust-std", "rust-src", "rustfmt"]

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#![cfg_attr(debug_assertions, feature(link_llvm_intrinsics))]
88
#![cfg_attr(feature = "experimental-relocate", feature(cfg_relocation_model))]
99
#![feature(strict_provenance)]
10+
#![feature(exposed_provenance)]
1011
#![deny(fuzzy_provenance_casts, lossy_provenance_casts)]
1112
#![no_std]
1213

0 commit comments

Comments
 (0)