cargo upgrade all

This commit is contained in:
Marcel Märtens 2024-03-20 09:34:32 +01:00
parent 941b204681
commit 1ed2895a49
2 changed files with 523 additions and 493 deletions

1013
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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();