build: tag RPITIT cause ubuntu 23.10 uses an older compiler
This commit is contained in:
parent
121dbc4ed6
commit
11ab4b7c9a
|
@ -1,3 +1,5 @@
|
|||
#![allow(stable_features)]
|
||||
#![feature(return_position_impl_trait_in_trait)]
|
||||
//! Helpers and shared logic for librashader runtime implementations.
|
||||
//!
|
||||
//! Most of this is only useful when _writing_ a librashader runtime implementations,
|
||||
|
|
Loading…
Reference in a new issue