Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
httpd: Enable the `clock` feature in chrono
Vincenzo Palazzo committed 2 years ago
commit e9da55c8a7583ec5f14c92ba05f9e9aecaa59ec0
parent b164b19494fd8e124c6e9e85591fb6bc1b92b983
1 file changed +1 -1
modified radicle-httpd/Cargo.toml
@@ -19,7 +19,7 @@ anyhow = { version = "1" }
axum = { version = "0.6.7", default-features = false, features = ["headers", "json", "query", "tokio"] }
axum-auth = { version= "0.4.0", default-features = false, features = ["auth-bearer"] }
axum-server = { version = "0.5.1", default-features = false }
-
chrono = { version = "0.4.22", default-features = false }
+
chrono = { version = "0.4.22", default-features = false, features = ["clock"] }
fastrand = { version = "2.0.0" }
flate2 = { version = "1" }
hyper = { version = "0.14.17", default-features = false }