Windows build fixes
also needs upstream patch https://github.com/uttarayan21/axum-listener/pull/2
4 files changed
+7
-3
2bbb35b2
→
eaed75b8
modified radicle-httpd/Cargo.lock
@@ -213,9 +213,9 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/Cargo.toml
@@ -23,7 +23,7 @@ path = "src/main.rs"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/lib.rs
@@ -10,6 +10,7 @@ use std::str;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -74,6 +75,7 @@ pub async fn run(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -116,6 +118,7 @@ pub async fn run(options: Options) -> anyhow::Result<()> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-httpd/src/main.rs
@@ -63,6 +63,7 @@ fn parse_options() -> Result<httpd::Options, lexopt::Error> {
|
|
|
|
|
|
| + | |
|
|
|
|
|