mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 21:02:31 +00:00
cargo upgrade all
This commit is contained in:
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();
|
||||
|
Reference in New Issue
Block a user