fix: update dependencies. Resolve build issues. (Not tested ingame)

This commit is contained in:
Superyu1337
2024-11-28 22:41:25 +01:00
parent 831d232d23
commit f3f08cbede
5 changed files with 409 additions and 222 deletions

View File

@@ -45,7 +45,11 @@ fn version() -> String {
avail.join(", ")
};
format!(" {pkg_ver} (rev {git_hash})\nCommit Date: {commit_date}\nAvailable Connectors: {avail_cons}")
format!(
"{pkg_ver} (rev {git_hash})\n\
Commit Date: {commit_date}\n\
Available Connectors: {avail_cons}\n"
)
}
fn port_in_range(s: &str) -> Result<u16, String> {