Update uuid dependency

This commit is contained in:
link2xt
2022-06-01 20:36:27 +00:00
parent 93b0a3c854
commit 12dd092133
3 changed files with 14 additions and 5 deletions

View File

@@ -446,7 +446,7 @@ impl Config {
let id = {
let id = self.inner.next_id;
let uuid = Uuid::new_v4();
let target_dir = dir.join(uuid.to_simple_ref().to_string());
let target_dir = dir.join(uuid.to_string());
self.inner.accounts.push(AccountConfig {
id,