From f18ca40214546ec85a65c3c282c6c7d831fe2d82 Mon Sep 17 00:00:00 2001 From: asxalex Date: Fri, 10 Oct 2025 10:54:21 +0800 Subject: [PATCH] changed rolling-file to git2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml old mode 100644 new mode 100755 index e7cbcf5..a022a2f --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ once_cell = "1.19.0" prost = "0.12.6" rand = "0.8.5" # rolling-file = { git = "https://git.asxalex.pw/rust/rolling-file" } -rolling-file = { git = "ssh://git@git.asxalex.pw/rust/rolling-file.git" } +rolling-file = { git = "ssh://git@git2.asxalex.pw/rust/rolling-file.git" } rsa = "0.9.6" serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113"