From 90ed18a41fef137ed0637cf9fc6aa667de2c905f Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 8 Mar 2026 22:43:34 +0800 Subject: Update dependencies and add C bindings generation --- systems/_constants/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'systems/_constants/src') diff --git a/systems/_constants/src/lib.rs b/systems/_constants/src/lib.rs index 30ea89b..c9dee11 100644 --- a/systems/_constants/src/lib.rs +++ b/systems/_constants/src/lib.rs @@ -8,8 +8,6 @@ macro_rules! c { pub const TEMP_FILE_PREFIX: &str = ".tmp_"; pub const LOCK_FILE_PREFIX: &str = "~"; -pub const CURRENT_SHEET_VERSION: u8 = 0; - /// File and directory path constants for the server root #[allow(unused)] pub mod server { -- cgit