From 60119be30ba408db111bb2ea6c3811c8b8607f99 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Mon, 7 Nov 2022 17:17:09 +0100 Subject: [PATCH] chore: update --- imgurs-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgurs-cli/Cargo.toml b/imgurs-cli/Cargo.toml index 7facc89..ba7952f 100644 --- a/imgurs-cli/Cargo.toml +++ b/imgurs-cli/Cargo.toml @@ -40,7 +40,7 @@ chrono = "0.4" # parse upload date notify-rust = "4.5" # send notification after upload dirs = "4.0" # get system configuration directory -imgurs = { path = "..", features = ["full"] } +imgurs = { path = "..", version = "0.11.0", features = ["full"] } [target.'cfg(not(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten")))))'.dependencies] arboard = "3.2" # copy url to clipboard