mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix workspaces and Cargo dependencies
This commit is contained in:
parent
9354952a7f
commit
8f65168506
652
Cargo.lock
generated
652
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -79,7 +79,7 @@ pub struct Server {
|
||||
thread_pool: ThreadPool,
|
||||
|
||||
server_info: ServerInfo,
|
||||
metrics: ServerMetrics,
|
||||
_metrics: ServerMetrics,
|
||||
tick_metrics: TickMetrics,
|
||||
|
||||
server_settings: ServerSettings,
|
||||
@ -242,7 +242,7 @@ impl Server {
|
||||
git_date: common::util::GIT_DATE.to_string(),
|
||||
auth_provider: settings.auth_server_address.clone(),
|
||||
},
|
||||
metrics,
|
||||
_metrics: metrics,
|
||||
tick_metrics,
|
||||
server_settings: settings.clone(),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user