workflows: use arch-specific dev shell

This commit is contained in:
Jan Winkelmann (keks)
2025-05-20 11:03:12 +02:00
parent 38e04a2e03
commit f008cff089
4 changed files with 11 additions and 11 deletions

View File

@@ -30,12 +30,12 @@ pub mod option;
pub mod result;
/// Time and duration utilities.
pub mod time;
/// Trace benchmarking utilities
#[cfg(feature = "trace_bench")]
pub mod trace_bench;
/// Type-level numbers and arithmetic.
pub mod typenum;
/// Zero-copy serialization utilities.
pub mod zerocopy;
/// Memory wiping utilities.
pub mod zeroize;
/// Trace benchmarking utilities
#[cfg(feature = "trace_bench")]
pub mod trace_bench;