From 29f5059b4f60581715d9c6488aa9a5b99aa705ea Mon Sep 17 00:00:00 2001 From: Benedikt Terhechte Date: Thu, 6 Jan 2022 21:37:06 +0100 Subject: [PATCH] Update libtinyfiledialogs to 3.9.0 (#31) See here: https://github.com/jdm/tinyfiledialogs-rs/pull/35#issuecomment-1005327551 --- ps-gui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-gui/Cargo.toml b/ps-gui/Cargo.toml index b6aa5b8..8d11dff 100644 --- a/ps-gui/Cargo.toml +++ b/ps-gui/Cargo.toml @@ -20,4 +20,4 @@ objc = "0.2.7" [target."cfg(not(target_arch = \"wasm32\"))".dependencies] ps-importer = { path = "../ps-importer" } shellexpand = "2.1.0" -tinyfiledialogs = "3.0" \ No newline at end of file +tinyfiledialogs = "3.9.0"