Skip to content

Commit 2422b2c

Browse files
authored
Merge pull request #73 from Skye-31/main
Add missing `is_anycast` trait
2 parents fc15a32 + 3b2e65a commit 2422b2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/maxminddb/geoip2.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ pub mod country {
122122
#[derive(Deserialize, Serialize, Clone, Debug)]
123123
pub struct Traits {
124124
pub is_anonymous_proxy: Option<bool>,
125+
pub is_anycast: Option<bool>,
125126
pub is_satellite_provider: Option<bool>,
126127
}
127128
}
@@ -218,6 +219,7 @@ pub mod enterprise {
218219
pub is_anonymous: Option<bool>,
219220
pub is_anonymous_proxy: Option<bool>,
220221
pub is_anonymous_vpn: Option<bool>,
222+
pub is_anycast: Option<bool>,
221223
pub is_hosting_provider: Option<bool>,
222224
pub isp: Option<&'a str>,
223225
pub is_public_proxy: Option<bool>,

0 commit comments

Comments
 (0)