Skip to content

Commit

Permalink
Upgrade moose to v6.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Pukenis <[email protected]>
  • Loading branch information
LukasPukenis committed Apr 10, 2024
1 parent fe992f1 commit b953038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drop-analytics/src/moose_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ impl MooseImpl {

moose!(
logger,
set_context_application_name,
set_context_application_libdropapp_name,
DROP_MOOSE_APP_NAME.to_owned()
);
moose!(logger, set_context_application_version, lib_version);
moose!(logger, set_context_application_libdropapp_version, lib_version);

Ok(Self { logger })
}
Expand Down

0 comments on commit b953038

Please sign in to comment.