Update dependencies and do necessary migrations

This commit is contained in:
Zachary Levy
2026-03-03 17:19:10 -08:00
parent e06e76e46b
commit a6b79fca59
18 changed files with 132 additions and 110 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ pub fn quantity_type(input: TokenStream) -> TokenStream {
derive_more::SubAssign,
derive_more::Display
)]
#[display(fmt = "{} {}", _0, "Self::symbol()")]
#[display("{_0} {}", Self::symbol())]
#[repr(transparent)]
pub struct #struct_name<V: Value>(pub V);