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