From a5535d66f3ea6113f99afff4a2b8cba49af1726d Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 22 Oct 2025 15:19:19 +0800 Subject: [PATCH] changed rolling-file's repository --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a022a2f..fc16449 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,8 @@ 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@git2.asxalex.pw/rust/rolling-file.git" } +# rolling-file = { git = "ssh://git@git2.asxalex.pw/rust/rolling-file.git" } +rolling-file = { git = "https://gitea.s5s8.com/punchnet/rolling-file.git"} rsa = "0.9.6" serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113"