From 7e108bbcb7feba49f840611c1a1e237c948cdef3 Mon Sep 17 00:00:00 2001 From: marshmallow Date: Mon, 20 Jul 2026 16:21:54 +1000 Subject: [PATCH] fix: update DEPRECATED_SCHEMA_VERSION to 2 --- crates/core/src/hive/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/src/hive/mod.rs b/crates/core/src/hive/mod.rs index dce0a68..ef348f3 100644 --- a/crates/core/src/hive/mod.rs +++ b/crates/core/src/hive/mod.rs @@ -31,7 +31,7 @@ pub mod steps; /// The schema version that was previously used before the semver schema /// versions where implemented -pub const DEPRECATED_SCHEMA_VERSION: u64 = 1; +pub const DEPRECATED_SCHEMA_VERSION: u64 = 2; /// Semver version requirement for schemas that this wire binary can read. pub static SCHEMA_VERSION_SEMVER: LazyLock = LazyLock::new(|| { -- 2.51.2