v0.1.0-pre.011-fix-01
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
// file: kb-lib/src/decoder/anchor.rs
|
||||
// version: 1
|
||||
// version: 2
|
||||
|
||||
//! `anchor` decoder family.
|
||||
|
||||
mod core;
|
||||
|
||||
/// Pending `anchor` decoder migration boundaries.
|
||||
pub(crate) const DC_ANCHOR_MIGRATION_BOUNDARIES: &[(&str, &str)] = &[(
|
||||
self::core::DC_ANCHOR_CORE_LEGACY_CRATE,
|
||||
self::core::DC_ANCHOR_CORE_MIGRATION_STATUS,
|
||||
)];
|
||||
|
||||
Reference in New Issue
Block a user