99//! policy with [`crate::editions::enable_default_editions`].
1010//!
1111//! The default file writer resolves the session's enabled editions at write time. The
12- //! facade enables the newest frozen `core` edition, [`crate::editions::CORE_2026_08_1 `], and
12+ //! facade enables the newest frozen `core` edition, [`crate::editions::CORE_2026_08 `], and
1313//! additionally enables the latest unstable edition when the `unstable_encodings` feature is
1414//! selected.
1515
@@ -33,14 +33,14 @@ pub use self::core::CORE_2025_05_0;
3333pub use self :: core:: CORE_2025_06_0 ;
3434pub use self :: core:: CORE_2025_10_0 ;
3535pub use self :: core:: CORE_2026_07_0 ;
36- pub use self :: core:: CORE_2026_08_1 ;
36+ pub use self :: core:: CORE_2026_08 ;
3737pub use self :: unstable:: UNSTABLE_2025_05_0 ;
3838pub use self :: unstable:: UNSTABLE_2026_02_0 ;
3939pub use self :: unstable:: UNSTABLE_2026_04_0 ;
4040pub use self :: unstable:: UNSTABLE_2026_06_0 ;
4141
4242/// The `core` edition enabled for writing by the default Vortex session.
43- pub const DEFAULT_CORE_EDITION : EditionId = CORE_2026_08_1 ;
43+ pub const DEFAULT_CORE_EDITION : EditionId = CORE_2026_08 ;
4444
4545/// The `unstable` edition enabled for writing by the default Vortex session when the
4646/// `unstable_encodings` feature is selected.
@@ -52,7 +52,7 @@ pub static EDITION_DECLARATIONS: &[&EditionDeclaration] = &[
5252 & core:: v2025_06:: DECLARATION ,
5353 & core:: v2025_10:: DECLARATION ,
5454 & core:: v2026_07:: DECLARATION ,
55- & core:: v2026_08_1 :: DECLARATION ,
55+ & core:: v2026_08 :: DECLARATION ,
5656 & unstable:: v2025_05:: DECLARATION ,
5757 & unstable:: v2026_02:: DECLARATION ,
5858 & unstable:: v2026_04:: DECLARATION ,
0 commit comments