diff --git a/rust/ltp/Cargo.toml b/rust/ltp/Cargo.toml index 4ede3203..166b3519 100644 --- a/rust/ltp/Cargo.toml +++ b/rust/ltp/Cargo.toml @@ -55,7 +55,7 @@ apache-avro = { version = "0.17.0", optional = true } # Todo: Nocopy Serialize 更快地加载速度 compact_str = { version = "0.8", optional = true } -rkyv = { version = "0.7", optional = true } +rkyv = { version = "0.8", optional = true } [features] default = []