From 714ab9d4376fe890f269e47493691518a4e96289 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 28 Dec 2024 00:46:11 +0100 Subject: refactor!: switch to `uuid` for uuid generation Existing project files can only be opened after deleting all ids --- iced_builder/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iced_builder/Cargo.toml') diff --git a/iced_builder/Cargo.toml b/iced_builder/Cargo.toml index a1b41cc..c2437ec 100644 --- a/iced_builder/Cargo.toml +++ b/iced_builder/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1.0.133" tokio = { version = "1.42.0", features = ["fs"] } rfd = { version = "0.15.1", default-features = false, features = ["async-std", "gtk3"] } rust-format = "0.3.4" -blob-uuid = "0.5.0" +uuid = { version = "1.11.0", features = ["v4", "serde"] } thiserror = "2.0.6" [build-dependencies] -- cgit v1.2.3