ci: Upgrade nightly toolchain
This commit is contained in:
6
crates/ruma-html/build.rs
Normal file
6
crates/ruma-html/build.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
fn main() {
|
||||
// Prevent unnecessary rerunning of this build script
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
// Prevent nightly CI from erroring on docsrs attributes
|
||||
println!("cargo:rustc-check-cfg=cfg(docsrs)");
|
||||
}
|
||||
Reference in New Issue
Block a user