mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Service] Removed Filters and SearchFilters lifetimes and changed str instances to String
This commit is contained in:
parent
a8e2b51dbb
commit
f843780469
2 changed files with 24 additions and 22 deletions
|
|
@ -7,7 +7,9 @@ Protocols:
|
|||
1. Added standard and serde derives to `GatheringSettings`.
|
||||
|
||||
### Breaking:
|
||||
Nothing, yet...
|
||||
Services:
|
||||
- Valve Master Query:
|
||||
1. Removed Filter and SearchFilters lifetimes and changed `&'a str` to `String` and `&'a [&'a str]` to `Vec<String>`
|
||||
|
||||
# 0.2.2 - 01/05/2023
|
||||
### Changes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue