[Service] Removed Filters and SearchFilters lifetimes and changed str instances to String

This commit is contained in:
CosminPerRam 2023-05-08 15:31:38 +03:00
parent a8e2b51dbb
commit f843780469
2 changed files with 24 additions and 22 deletions

View file

@ -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: