diff --git a/Cargo.toml b/Cargo.toml index db8e947..e7cbcf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,8 @@ futures = "0.3.30" 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 = "https://git.asxalex.pw/rust/rolling-file" } +rolling-file = { git = "ssh://git@git.asxalex.pw/rust/rolling-file.git" } rsa = "0.9.6" serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113"