From 68986cc78068c3840a27bc454fd30bc783e1e045 Mon Sep 17 00:00:00 2001 From: TotallyNot <44345987+TotallyNot@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:33:11 +0200 Subject: [PATCH] add new report selections --- torn-api/Cargo.toml | 2 +- torn-api/src/key.rs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/torn-api/Cargo.toml b/torn-api/Cargo.toml index 66ba85a..2d9fea9 100644 --- a/torn-api/Cargo.toml +++ b/torn-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "torn-api" -version = "0.5.20" +version = "0.5.21" edition = "2021" authors = ["Pyrit [2111649]"] license = "MIT" diff --git a/torn-api/src/key.rs b/torn-api/src/key.rs index 55d22d1..c02fa0a 100644 --- a/torn-api/src/key.rs +++ b/torn-api/src/key.rs @@ -175,6 +175,8 @@ pub enum TornSelection { CityShops, ItemDetails, TerritoryNames, + TerritoryWarReport, + RaidReport, } #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)]