From 2766b0d649ab4d8a12aed4b47b96b7ba0eb06be0 Mon Sep 17 00:00:00 2001 From: azw Date: Wed, 8 May 2024 04:08:17 +0000 Subject: [PATCH] 1 --- server/stat/src/main.rs | 2 +- third_party/librust | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/stat/src/main.rs b/server/stat/src/main.rs index 6b02809..b1e1f88 100755 --- a/server/stat/src/main.rs +++ b/server/stat/src/main.rs @@ -319,7 +319,7 @@ fn main() { .app_data(counter.clone()) // <- register the created data .route("/", web::get().to(index)) }) - .bind(("127.0.0.1", 8080))? + .bind(("0.0.0.0", 8080))? .run() .await }); diff --git a/third_party/librust b/third_party/librust index af0cae3..3146cae 160000 --- a/third_party/librust +++ b/third_party/librust @@ -1 +1 @@ -Subproject commit af0cae3d246dc2ac6a4729c7fc6ce9ee7630d029 +Subproject commit 3146caeaf2effb3cd5ede9e13fcd61e5e448dc8d