Update dependencies and do necessary migrations
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user