added faction tag
This commit is contained in:
parent
3df2d8e882
commit
7d2d4d1ff6
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "torn-api"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
edition = "2021"
|
||||
authors = ["Pyrit [2111649]"]
|
||||
license = "MIT"
|
||||
|
|
|
@ -76,6 +76,9 @@ pub struct Basic<'a> {
|
|||
pub capacity: i16,
|
||||
pub best_chain: i32,
|
||||
|
||||
#[serde(deserialize_with = "de_util::empty_string_is_none")]
|
||||
pub tag_image: Option<&'a str>,
|
||||
|
||||
#[serde(borrow)]
|
||||
pub members: BTreeMap<i32, Member<'a>>,
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ tokio-runtime = [ "dep:tokio", "dep:rand" ]
|
|||
actix-runtime = [ "dep:actix-rt", "dep:rand" ]
|
||||
|
||||
[dependencies]
|
||||
torn-api = { path = "../torn-api", default-features = false, version = "0.5.10" }
|
||||
torn-api = { path = "../torn-api", default-features = false, version = "0.6" }
|
||||
async-trait = "0.1"
|
||||
thiserror = "1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue