ci: allow c_str_literals to maintain a lower MSRV

This commit is contained in:
chyyran 2024-09-06 23:42:18 -04:00
parent fd8d6f6ab8
commit a7dd40a79f

View file

@ -46,6 +46,8 @@
#![feature(impl_trait_in_assoc_type)]
#![feature(let_chains)]
#![allow(stable_features)]
#![feature(c_str_literals)]
/// Shader codegen backends.
pub mod back;
/// Error types.