We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0388c8f commit bf7940aCopy full SHA for bf7940a
rust/ltp/Cargo.toml
@@ -55,7 +55,7 @@ apache-avro = { version = "0.17.0", optional = true }
55
56
# Todo: Nocopy Serialize 更快地加载速度
57
compact_str = { version = "0.8", optional = true }
58
-rkyv = { version = "0.7", optional = true }
+rkyv = { version = "0.8", optional = true }
59
60
[features]
61
default = []
0 commit comments