mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
cargo upgrade all
This commit is contained in:
parent
941b204681
commit
1ed2895a49
1013
Cargo.lock
generated
1013
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -205,7 +205,8 @@ impl SingleplayerWorlds {
|
||||
now.hour(),
|
||||
now.minute(),
|
||||
now.second(),
|
||||
now.timestamp_subsec_millis()
|
||||
now.and_utc().timestamp_subsec_millis() /* .and_utc() necessary, as other fn is
|
||||
* deprecated */
|
||||
);
|
||||
|
||||
let mut test_name = name.clone();
|
||||
|
Loading…
Reference in New Issue
Block a user