mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
Bump version to 0.1.0
This commit is contained in:
parent
6ec2b8952c
commit
dfe544c6aa
4 changed files with 5 additions and 5 deletions
|
|
@ -9,7 +9,7 @@
|
|||
//! fn main() {
|
||||
//! let response = tf2::query("91.216.250.10", None); //or Some(27015), None is the default protocol port
|
||||
//! match response {
|
||||
//! Err(error) => println!("Couldn't query, error: {error}"),
|
||||
//! Err(error) => println!("Couldn't query, error: {}", error),
|
||||
//! Ok(r) => println!("{:?}", r)
|
||||
//! }
|
||||
//! }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue