Skip to content

Commit 336c273

Browse files
committed
Update rust edition
Signed-off-by: Yang Zhang <yang.zhang@pingcap.com>
1 parent 77af1e8 commit 336c273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "raft-engine"
33
version = "0.4.2"
44
authors = ["The TiKV Project Developers"]
5-
edition = "2018"
5+
edition = "2024"
66
rust-version = "1.85.0"
77
description = "A persistent storage engine for Multi-Raft logs"
88
readme = "README.md"

0 commit comments

Comments
 (0)