diff --git a/torn-api/Cargo.toml b/torn-api/Cargo.toml index f9b816e..3840996 100644 --- a/torn-api/Cargo.toml +++ b/torn-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "torn-api" -version = "0.5.6" +version = "0.5.7" edition = "2021" authors = ["Pyrit [2111649]"] license = "MIT" diff --git a/torn-api/src/faction.rs b/torn-api/src/faction.rs index 2a4d652..c3ba881 100644 --- a/torn-api/src/faction.rs +++ b/torn-api/src/faction.rs @@ -61,6 +61,7 @@ pub enum AttackResult { Timeout, Stalemate, Special, + Looted, } #[derive(Debug, Clone, Deserialize)]