Skip to content

Commit bf7940a

Browse files
⬆️ Update rkyv requirement from 0.7 to 0.8
Updates the requirements on [rkyv](https://github.com/rkyv/rkyv) to permit the latest version. - [Release notes](https://github.com/rkyv/rkyv/releases) - [Commits](rkyv/rkyv@v0.7.0...0.8.8) --- updated-dependencies: - dependency-name: rkyv dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0388c8f commit bf7940a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ltp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ apache-avro = { version = "0.17.0", optional = true }
5555

5656
# Todo: Nocopy Serialize 更快地加载速度
5757
compact_str = { version = "0.8", optional = true }
58-
rkyv = { version = "0.7", optional = true }
58+
rkyv = { version = "0.8", optional = true }
5959

6060
[features]
6161
default = []

0 commit comments

Comments
 (0)