make ids 64 bits

This commit is contained in:
Smitty 2021-05-28 09:27:32 -04:00
parent 206030d95d
commit 0477beb59a

View file

@ -14,7 +14,7 @@ macro_rules! id_def {
#[derive(
Debug, Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord, Serialize, Deserialize,
)]
pub struct $name(pub u32);
pub struct $name(pub u64);
impl $name {
/// Get the URL to access data about the claim on Wikidata.