chore: update dependencies
This commit is contained in:
parent
b71a7c9edf
commit
cf19ac665f
5 changed files with 19 additions and 19 deletions
|
|
@ -106,7 +106,7 @@ fn impl_cosmic_config_entry_macro(ast: &syn::DeriveInput) -> TokenStream {
|
|||
})
|
||||
});
|
||||
|
||||
let gen = quote! {
|
||||
let generate = quote! {
|
||||
impl CosmicConfigEntry for #name {
|
||||
const VERSION: u64 = #version;
|
||||
|
||||
|
|
@ -147,5 +147,5 @@ fn impl_cosmic_config_entry_macro(ast: &syn::DeriveInput) -> TokenStream {
|
|||
}
|
||||
};
|
||||
|
||||
gen.into()
|
||||
generate.into()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue