mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Add proper MSRV to Cargo.toml
This commit is contained in:
parent
3928d3a818
commit
824c4d34c0
4 changed files with 4 additions and 6 deletions
|
|
@ -433,7 +433,7 @@ fn get_response(address: &str, port: u16, app: App, gather_settings: GatheringSe
|
|||
if let App::Source(source_app) = &app {
|
||||
if let Some(appid) = source_app {
|
||||
if *appid != info.appid {
|
||||
return Err(BadGame(format!("AppId: {appid}")));
|
||||
return Err(BadGame(format!("AppId: {}", appid)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue