nornir 0.5.4

Companion to cargo: dependency tracking, release gating, deploy, benchmarks, and documentation assembly. Project-agnostic.
1
2
3
4
5
6
7
8
9
10
11
//! `release gate edition` — Rust 2024 / cargo-standards compliance — **MOVED to
//! dwarves** (`dwarves::release_doctor::edition`).
//!
//! Doctrine (2026-07-14 — *release is a build op*): nornir no longer performs
//! releases. The static (`cargo_metadata` edition/MSRV/resolver) + dynamic
//! (`rust-2024-compatibility` lint pass over `cargo check --message-format=json`)
//! edition compliance check now lives in [`dwarves::release_doctor::edition`].
//!
//! This module is a thin RE-EXPORT so the remaining nornir call sites
//! (`crate::release::edition::…`) resolve the single source of truth in dwarves.
pub use dwarves::release_doctor::edition::*;