diff options
| author | Polesznyák Márk László <116908301+pml68@users.noreply.github.com> | 2024-10-26 22:23:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 22:23:44 +0200 |
| commit | 95fcd7aefa1aaf8f69c719d6d66003311c097e97 (patch) | |
| tree | da813fb6d9bab57d9b114280f761a9635a1a8903 /Cargo.lock | |
| parent | Merge pull request #2 from pml68/feat/drag-and-drop (diff) | |
| parent | feat: implement `std::error::Error` for custom `Error` enum (diff) | |
| download | iced-builder-95fcd7aefa1aaf8f69c719d6d66003311c097e97.tar.gz | |
Merge pull request #3 from pml68/refactor/internal-restructuring
Internal restructuring done
Diffstat (limited to '')
| -rw-r--r-- | Cargo.lock | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1593,6 +1593,7 @@ dependencies = [ "rust-format", "serde", "serde_json", + "thiserror", "tokio", "unique_id", ] @@ -3563,18 +3564,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2", "quote", |
