From 0477beb59a4233e3eb5503f7cd8947e2495a7c53 Mon Sep 17 00:00:00 2001 From: Smitty Date: Fri, 28 May 2021 09:27:32 -0400 Subject: [PATCH] make ids 64 bits --- src/ids.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ids.rs b/src/ids.rs index b9d35f0..c2e40c7 100755 --- a/src/ids.rs +++ b/src/ids.rs @@ -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.